Search Results
i have only this new GettingSpectated[MAX_PLAYERS];
162
I changed onplayerstatechange 999 to -1 and now i have this Code: [01:08:17] [debug] Run time error 4: "Array index out of bounds" [01:08:17] [debug] Accessing element at index 999 past array uppe...
162
Code: public OnPlayerStateChange(playerid, newstate, oldstate) { if(newstate != 2) NOPTrigger[playerid] = 0; if(IsPlayerNPC(playerid)) { if(newstate == PLAYER_STATE_SPECTATING) { ...
162
I have these errors with crashdetect plugin can someone tell me how to fix? Code: [00:19:54] [debug] Run time error 4: "Array index out of bounds" [00:19:54] [debug] Accessing element at index 999...
162
with /report and /ar (accept report) my server crashes with this errors Код: *** glibc detected *** ./samp03svr: double free or corruption (!prev): 0x08690dd0 *** ======= Backtrace: ========= /li...
94
I did,they sayed to me the problem is mine :/
67
My server is hosted and when ppl on crashes with this error Код: *** glibc detected *** ./samp03svr: double free or corruption (!prev): 0x08690dd0 *** ======= Backtrace: ========= /lib/libc.so.6[...
67
Someone help me with this payday system all the time says ''You haven't played long enough to obtain a Paycheck." Код: public PayDay() { new string[128]; new account,interest; //foreach(Player,...
109
I dont know what script is,a friend sended to me and its all edited
178
Quote: Originally Posted by Unte99 I would suggest debuging the code. pawn Код: printf("PayDay=%i",PlayerInfo[i][pPayDay]);if(PlayerInfo[i][pPayDay] >= 5){ Where to put this?
178
Check now Код: public PayDay() { new string[128]; new account,interest; new rent = 0; foreach(Player, i) { if(PlayerInfo[i][pLevel] > 0) { if(MoneyMessage[i]==1) { ...
178
I have problem the paycheck system always show me this''You haven't played long enough to obtain a paycheck'' Код: PlayerInfo[i][pExp]++; PlayerInfo[i][pAccount] = account+interest; Se...
178
hey, can u make it to save the car position if the server restart?thanks
109
Can you tell me how please?If u can. Thanks
197