Search Results
Bon allez x) pawn Code: public OnPlayerCommandText(playerid, cmdtext[]) {    if(strcmp("/deagle", cmdtext, true, 10) == 0) {        GivePlayerWeapon(playerid, 24, 63);        SendClientMe...
706
You cannot call this function now. (Reason: Fields/Rows are empty.) D'aprиs l'erreur, les champs ou lignes que tu cherches а rйcupйrer (ceux dans ta table) sont vides. Je ne sais pas quel plugi...
317
Thank you! You're just wrong, the correct code is this: PHP код: CMD:s(playerid, params[]) return cmd_skin(playerid, params); // Inattention ;DCMD:skin(playerid, params[]){    new...
129
Hello ! I use ZCMD plugin for my commands. I have for example this command : PHP код: CMD:skin(playerid, params[]) {     new skin;     if(sscanf(params, "i", skin) || skin &l...
129
Hello. For my server, I have a backup system by files. I have a users folder in the scriptfiles folder, in which a file is a member. In my script, I often need to retrieve or modify data in the file...
57
It's easy! You have to create the /vehsave command, in which you put a loop that iterates through all the vehicles, which retrieves their models, angles and coordinates, then with mysql plugin, for e...
69
It not functions :/ An other idea ?
159
I have already done that : Код: public OnPlayerRequestClass(playerid, classid) { SetSpawnInfo(playerid, 0, 217, 4687.5126, 1520.8243, 8.2256, 1.5945, 0, 0, 0, 0, 0, 0); return 1; }
159
TogglePlayerSpectating function, the spawn button has disappeared. Now, I have two problems : - When the player logs, I do : TogglePlayerSpectating(playerid, 0); (When the spectating is turned off, ...
159
Apparently, it is because-as my map is on the ocean, beyond the limits of the map...
67
return 0; don't fonction How to set the camera of the player in an other place ? I have put : SetPlayerCameraPos(playerid, -2031.539184, -116.349197, 1036.240234); at the begining of the OnPlayerC...
159
Hello. When a new player come on my server, he has to register. The problem is that there is a spawn button and the player can play if he isn't registered. My question is how to delete the spawn but...
159
Here is mysql_log.txt : Код: [Tue Jul 03 18:52:29 2012] ------------------------- [Tue Jul 03 18:52:29 2012] Logging Started [Tue Jul 03 18:52:29 2012] ------------------------- [Tue Jul 03 ...
156
The strangest thing is that when I run the server and I connect, the server crash with the code of previous post. By cons, when a friend logs on (her nickname is not in the database so it goes into th...
156
Hello. Strangely, when a friend came to my server, can not beat us. To kill with weapons / vehicles, yes, but fists do absolutely nothing (no anim on the victim and no loss of life). I searched the ...
67
Thank you very much, that functions ! Now, the problem is that when I do that, the server crash : Код: new query[128], data[256]; GetPlayerName(playerid, pPseudo[playerid], sizeof(pPseudo[])); f...
156
No one has ideas? It completely blocks me :/
156
Hello ! I always have my error... if(mysql_num_rows()) and if(mysql_fetch_field("password", pPassword[playerid])) do the same thing : the first check if there is a row in the result of the query and...
156