Aleksei_Kowalski
Membres-
Compteur de contenus
36 -
Contenu moyen par jour
0,06 -
Points
0 -
Inscription
-
Dernière visite
Réputation sur la communauté
0 NeutreÀ propos de Aleksei_Kowalski
-
Rang
Membre
Informations personnelles
-
Localisation
France
San Andreas Multiplayer
-
Serveur
En développement !
Compétences
-
Pawn
-
Web front-end
-
Web back-end
-
Mapping
-
Réseau
-
Graphisme
-
Management
Visiteurs récents du profil
Le bloc de visiteurs récents est désactivé et il n’est pas visible pour les autres utilisateurs.
Humeur

- Votre humeur Content
-
Erreur
sujet a répondu à un Aleksei_Kowalski de Aleksei_Kowalski dans Centre d'aide au développement
Oui, ceci est régler mais maintenant j'ai toujours le GAMEMODE_PRODUCTION et le LASTBAG et plus rien ensuite, le serveur ne se lance pas- 2 réponses
-
Bonjour depuis 2 jours je n'arrive pas à régler ce problème, j'ai réussi à retirer les bugs gamemode mais la je ne comprend pas du tout le problème. Erreur: https://imgur.com/f3961Kk Code LoadPoub: https://imgur.com/fj1MYpc Code LoadStuff: https://imgur.com/I6mP7UA
- 2 réponses
-
Problème thème FluxBB
sujet a répondu à un Aleksei_Kowalski de Aleksei_Kowalski dans Centre d'aide au développement
Non j'ai vérifier, BDD pareil j'ai modif mais rien change...- 5 réponses
-
Bonjour à tous, j'aimerais savoir comment faire pour régler ce ''bug'' d'affichage car mon thème FluxBB ne veux pas s'afficher sa fait une page blanche..(https://imgur.com/nmqLhDF) Merci aux personne qui vont m'aider.
- 5 réponses
-
Aleksei_Kowalski a commencé à suivre OpakDev
-
Erreur script
sujet a répondu à un Aleksei_Kowalski de Aleksei_Kowalski dans Centre d'aide au développement
if(strcmp(cmd, "/use", true) == 0) // by Cuervo { if(IsPlayerConnected(playerid)) { new x_nr[20]; x_nr = strtok(cmdtext, idx); if(!strlen(x_nr)) { SendClientMessage(playerid, COLOR_GREY, "USAGE: /use [backpack, briefcase, nothing]"); SendClientMessage(playerid, COLOR_GREY, "TIP: \"nothing\" will remove the item from your body!"); return 1; } if(strcmp(x_nr,"backpack",true) == 0) { new x_nr[20]; x_nr = strtok(cmdtext, idx); if(!strlen(x_nr)) { SendClientMessage(playerid, COLOR_GREY, "USAGE: /atcradio <on/off>"); return 1; } if(strcmp(x_nr,"on",true) == 0) { PlayerInfo[playerid][pAtcRadio] = 1; SendClientMessage(playerid, COLOR_GREY, "* ATC Radio is now ON"); for(new i = 0; i < MAX_PLAYERS; i++) { if(strcmp(cmd, "/give", true) == 0) // by Cuervo { if(IsPlayerConnected(playerid)) { new x_nr[20]; x_nr = strtok(cmdtext, idx); if(!strlen(x_nr)) { SendClientMessage(playerid, COLOR_WHITE, "USAGE: /give [name] [playerid/PartOfName] ([ammount])"); SendClientMessage(playerid, COLOR_WHITE, "Available names: drugs, gun, vehkey, hirekey, rope"); return 1; } if(strcmp(x_nr,"drugs",true) == 0) { tmp = strtok(cmdtext, idx); if(!strlen(tmp)) { new x_nr[20]; x_nr = strtok(cmdtext, idx); if(!strlen(x_nr)) { SendClientMessage(playerid, COLOR_WHITE, "USAGE: /load [name] [ammount]"); SendClientMessage(playerid, COLOR_WHITE, "Available names: drugs, materials, weapon, weapon2, weapon3, weapon4, weapon5, weapon6"); return 1; } if(strcmp(x_nr,"drugs",true) == 0) { new x_nr[20]; x_nr = strtok(cmdtext, idx); if(!strlen(x_nr)) { SendClientMessage(playerid, COLOR_WHITE, "USAGE: /store [name] [amount/ammo]"); SendClientMessage(playerid, COLOR_WHITE, "Available names: drugs, materials, weapon, weapon2, weapon3, weapon4, weapon5, weapon6"); return 1; } if(strcmp(x_nr,"drugs",true) == 0) { new x_nr[20]; x_nr = strtok(cmdtext, idx); if(!strlen(x_nr)) { SendClientMessage(playerid, COLOR_WHITE, "USAGE: /deletenote [slot(1-5)]"); return 1; } Voilà quelque code..- 12 réponses
-
Erreur script
sujet a répondu à un Aleksei_Kowalski de Aleksei_Kowalski dans Centre d'aide au développement
J'ai essayé de changer les new x_nr[24] en new x_nr[20] ensuite les [64] en [20] , les [64] en [254] et rien n'y fais..- 12 réponses
-
Erreur script
sujet a répondu à un Aleksei_Kowalski de Aleksei_Kowalski dans Centre d'aide au développement
Et comment je pourrais faire pour le régler mec ?- 12 réponses
-
Bonjour quand je compile un gamemode anglais que je voudrais tester mais j'ai sa comme erreur.. (30182) : error 047: array sizes do not match, or destination array is too small (30224) : error 047: array sizes do not match, or destination array is too small (30279) : error 047: array sizes do not match, or destination array is too small (30636) : error 047: array sizes do not match, or destination array is too small (31028) : error 047: array sizes do not match, or destination array is too small (32087) : error 047: array sizes do not match, or destination array is too small (32283) : error 047: array sizes do not match, or destination array is too small (34233) : error 047: array sizes do not match, or destination array is too small (47677) : error 047: array sizes do not match, or destination array is too small (62008) : error 047: array sizes do not match, or destination array is too small (62110) : error 047: array sizes do not match, or destination array is too small (62280) : error 047: array sizes do not match, or destination array is too small (62516) : error 047: array sizes do not match, or destination array is too small (62718) : error 047: array sizes do not match, or destination array is too small (63334) : error 047: array sizes do not match, or destination array is too small (64091) : error 047: array sizes do not match, or destination array is too small (64292) : error 047: array sizes do not match, or destination array is too small (64547) : error 047: array sizes do not match, or destination array is too small (64765) : error 047: array sizes do not match, or destination array is too small (64911) : error 047: array sizes do not match, or destination array is too small (65176) : error 047: array sizes do not match, or destination array is too small (65218) : error 047: array sizes do not match, or destination array is too small (65450) : error 047: array sizes do not match, or destination array is too small (66675) : error 047: array sizes do not match, or destination array is too small (67959) : error 047: array sizes do not match, or destination array is too small (68060) : error 047: array sizes do not match, or destination array is too small A toutes les lignes c'est ça: x_nr = strtok(cmdtext, idx); En sachant que j'ai du supprimer : strtok(const string[], &index) { new length = strlen(string); while ((index < length) && (string[index] <= ' ')) { index++; } new offset = index; new result[20]; while ((index < length) && (string[index] > ' ') && ((index - offset) < (sizeof(result) - 1))) { result[index - offset] = string[index]; index++; } result[index - offset] = EOS; return result; } Car j'avais cette erreur la et on ma conseillé de supprimer cette fonction: error 021: symbol already defined: "strtok" Si une personne pourrais me dire comment retirer les erreurs '' array sizes do not match, or destination array is too small ''
- 12 réponses
-
Problème avec forum fluxbb
sujet a répondu à un Aleksei_Kowalski de Aleksei_Kowalski dans Centre d'aide au développement
Hébergement c'est 1and1 donc j'ai rien à faire '' normalement.. '' car c'est un hébergement web hors VPS quoi..- 6 réponses
-
Problème avec forum fluxbb
sujet a répondu à un Aleksei_Kowalski de Aleksei_Kowalski dans Centre d'aide au développement
Maintenant que tout allez nickel , j'upload sur mon hébergement et maintenant sa m'affiche sa sur mon lien.. https://imgur.com/m19n7vh- 6 réponses
-
Problème avec forum fluxbb
sujet a répondu à un Aleksei_Kowalski de Aleksei_Kowalski dans Centre d'aide au développement
D'accord merci Nico, je vais tester avec mon VPS j'te tiens au courant, merci beaucoup de ton aide !- 6 réponses
-
Bonjour, j'ai un problème avec le forum de LSC, quand je veux créer un compte je procède à la procédure d'enregistrement et quand j'appuie sur terminer j'ai cette erreur : https://imgur.com/6URYlYq Et quand je veux créer un personnage, je fais le questionnaire ensuite mes cordonnés (Prenom_Nom , mdp skin ect.. ) et pareil quand je clique sur Terminer sa m'affiche sa : https://imgur.com/9EQzPKJ
- 6 réponses
-
☆ Cherche/Se propose : WebMaster/Mappeur/Scripteur/Autre
sujet a répondu à un stvn de Aleksei_Kowalski dans Création de projets
Cherche: Mappeur et Scripteur Projet de type: Roleplay Description/Présentation du projet: Projet roleplay sur Los Santos. Moyen de contact: MP ou discord https://discord.gg/CJzcrc3 Commentaire/Autre (facultatif):- 692 réponses
-
Bonjour j'ai un problème avec mon forum, je les héberger sur un vps et maintenant voila ce qui m'affiche : https://www.noelshack.com/2018-30-6-1532770951-probleme.png Quelqu'un aurait une solution ?
-
Problème d'enregistrement
sujet a répondu à un Aleksei_Kowalski de Aleksei_Kowalski dans Centre d'aide au développement
Régler, merci !- 11 réponses