Search Results
Hi guys! Can somebody help me to detect the problem? PHP код: [debug] Run time error 4: "Array index out of bounds" [23:27:16] [debug]  Accessing element at index 30 past arr...
79
Hello, guys! I have a problem with this. MySQL plugin is R41-4. You can help me?
45
I have problems with this... Error: Function not registered: 'SSCANF_IsConnected' [debug] Run time error 19: "File or function is not found" [debug] SSCANF_IsConnected [debug] Run time error 19: "Fil...
104
Am si eu o problema cu asta. Error: Function not registered: 'SSCANF_IsConnected' [debug] Run time error 19: "File or function is not found" [debug] SSCANF_IsConnected [debug] Run time error 19: "Fi...
743
I have a gamemode from zero and I have problem with this from the beginning.
85
OnPlayerRequestSpawn is empty and OnPlayerSpawn I have Код: if(IsFlyModeOn[playerid] == 1) { StopFly(playerid); IsFlyModeOn[playerid] = 0; SetPlayerHealth(playerid, 99); } new strin...
85
I have a little problem. https://imgur.com/1tjPvJF https://imgur.com/L83qd8c
85
I have problems with this stock. Код: stock SCMf( playerid, color, const string[ ], va_args<> ) { new string2[ 256 ]; va_format( string2, sizeof string2, string, va_start<3> ); retur...
56
I have #include <foreach>
102
Code Код: if( PaintType[ killerid ] != 0 && PaintType[ playerid ] != 0 ) { PKills[ killerid ] ++; PDeaths[ playerid ] ++; SCMf( killerid, COLOR_CLIENT, "L-ai omorat pe %s cu un %s de l...
102
Error's Код: error 012: invalid function call, not a valid address warning 215: expression has no effect error 001: expected token: ";", but found ")" error 029: invalid expression, assumed zero f...
139
Porblems with: Код: if(PlayerInfo[playerid][pPaintBallG] > 0) { foreach(Player, iddd) { if(PlayerInfo[iddd][pPaintBallG] == PlayerInfo[playerid][pPaintBallG]) ...
139
I resolve that error's and now I have new error's in another code. Код: if(PlayerInfo[playerid][pPaintBallG] > 0) { foreach(Player, iddd) { if(PlayerInfo[iddd][pPaintBal...
139
Hello! I have problems with paint system. Код: if(PlayerInfo[playerid][pPaintBallG] > 0) { new string [128],sendername[30]; GetPlayerName(playerid, sendername, sizeof(sendername)); ...
139
I have a include with all colors I need. In my gamemode I have #include <colors> this is a paintball system on this site. https://sampforum.blast.hk/showthread.php?tid=586845
140