Search Results
pawn Код: [12:06:44] [debug] Run time error 4: "Array index out of bounds"[12:06:44] [debug]  Accessing element at negative index -1[12:06:44] [debug] AMX backtrace:[12:06:44] [debug] #0 000a1258...
93
i read some problems with setplayer name and i found something ... it's this correct ? what i make ? pawn Код: else if(key == KEY_SPRINT)        {            active_character[playerid] ...
118
and how to fix this problem ? Hawk: Yes id 44 it's connected.
118
pawn Код: [16:54:37] [debug] Server crashed while executing rp.amx[16:54:37] [debug] AMX backtrace:[16:54:37] [debug] #0 0017ff04 in PlayerUpdateListener (playerid=44) at C:\Users\Filip\Desktop\SA...
118
pawn Код: [22:53:27] [debug] Server crashed while executing rp.amx[22:53:27] [debug] AMX backtrace:[22:53:27] [debug] #0 00000065 in Float:operator*(Float:,_:) (Float:oper1=0.00000, oper2=116, ......
97
aaaa... yes new CharacterInfo[MAX_PLAYERS][25][cInfo]; here's . how to fix?
135
pawn Код: new active_character[MAX_PLAYERS]; it's defined like this ... i have character system ..
135
pawn Код: [00:03:41] [debug] AMX backtrace:[00:03:41] [debug] #0 0012351c in public IsLaw (playerid=0) at C:\Users\Filip\Desktop\SAMP 0.3Z\TRUNK\payphone\rp.pwn:22291[00:03:41] [debug] #1 000cf3a0...
135
i got this 2 debugs when i use the furniture system (V1 from sa-mp.com) pawn Код: [21:20:11] [debug] Run time error 4: "Array index out of bounds"[21:20:11] [debug]  Accessing element at index 3...
82
You can use 2 mysql plugins in one gamemode?
123
it's the full update of 0.3z version ?
8,386
I have debug problems like this pawn Код: [09:38:26] [debug]  Accessing element at negative index -1[09:38:26] [debug] AMX backtrace:[09:38:26] [debug] #0 000fd52c in public IsLaw (playerid=0) a...
61
No , i use zcmd , but i want to convert to strcmp like this pawn Код: COMMAND:editplayer(playerid,params[]){    new idx = 0;    if(AccountInfo[playerid][aAdmin] >= ADMIN_LVL_SUPER)    {Â...
117
pawn Код: CMD:givegun(playerid, params[]){    new id, slot, wepid, ammo, wepname[128];    if(!CheckAdmin(playerid, ADMIN_LEVEL_5)) return NotAuthMSG(playerid);    if(sscanf(params,"uddd", id...
117