Search Results
How do i can make that? [ame]http://www.youtube.com/watch?v=coPvyUeBMws[/ame] what funcitions i should use? or just make it for me? :P
69
You mean if the server immediately crashed after the i called to the person? if you do it didn't crash, its just show up the lines on server log. BTW, what is the next step to fix that?
126
Here you go, copied from server log: i called to person in game so that happend... Код: [21:03:01] [zcmd] [Joker]: /number 1 [21:03:12] [zcmd] [Paulo Calimani]: /cmute [21:03:14] [zcmd] [Joker]...
126
Here's the ServerHeartbeatTwo timer, Konstantinos i scripter beginner plus on pawn so if you can tell me what's the problem here and explain me... Код: // Timer Name: ServerHeartbeatTwo() // Tic...
126
What do you mean if the player valid first?
126
Nothing prints out.... updated to the latest version of crashdetect
188
i found that on server log, what its all means? Код: ] Run time error 4: "Array index out of bounds" [22:40:27] [debug] Accessing element at index 65535 past array upper bound 499 [22:40:27] [d...
126
Код: public OnPlayerStateChange(playerid, newstate, oldstate) { if(newstate != 2) NOPTrigger[playerid] = 0; if(IsPlayerNPC(playerid)) { if(newstate == PLAYER_STATE_SPECTATING) {...
188
Hey all! i scripted a command hfind using ZCMD for cops that if they want to find someone it set on their checkpoint on radar of the player, but the problem its not tracking the player if he moves, i ...
63
Yes i do. I ran crashdetect plugin and found that on server log: Quote: [19:26:57] [debug] Run time error 4: "Array index out of bounds" [19:26:57] [debug] Accessing element at index 999...
188
Updated to the latest version and tried to recompile but still same errors, also i didnt add the other errors so here they are: Quote: C:\Users\Mor\Desktop\CGRP v1.1\pawno\include\streame...
188
I updated my server to latest samp server package and recompiled but that errors showed up: Код: C:\Users\Mor\Desktop\CGRP v1.1\pawno\include\streamer.inc(383) : error 017: undefined symbol "Stre...
188
I think you can't turn it on, only at night.
197
Still crashing -_- and Konstantinos the bracketfix didnt identify any wrong brackets
148
Still pawn compiler crashes....
148
Yes, you can just copy and paste a link to your command. Are you want it on dialog with input text or just command?
183
I built a little buyguns command for ammunation menu, but when i compile it the pawn compiler crashes... (this on the GM pwn) im using ZCMD in the top of the script: Код: #define BUYGUNS 9754 Ð...
148
Please someone help me fix the error even if its too long... :/ Код: public OnPlayerStateChange(playerid, newstate, oldstate) { if(newstate != 2) NOPTrigger[playerid] = 0; if(IsPlayerNPC(...
119
i did everything you said, i ran the server and login and server is restarting immediately probably by die_on_error 1 what iZN told me to add server.cfg Server log lastest lines: Quote: ...
119