Search Results
Is there no error appearing in mysql_log or server_log?
22
maybe you try to set the position using setplayerpos but you already have setspawninfo, you can try use one of them
19
saved what? instead of data you already have the save function? "SavePlayerData(playerid);"
17
maybe this
Код:
for(new i = 0; i<=MAX_PLAYERS; i++)
{
labelStats[i] = Create3DTextLabel(" ", -1, 0.0, 0.0, 4000.0, 50.0, 0, 1);
}
or you can try foreach for better
Код:
foreach (new i : Pl...
17
maybe your file is corrupted, try to reupload again
50
try posting your entire server_log and server.cfg contents
29
very creative, keep it going
388
You can try free samp server or you can buy premium server at http://panel.khususgaming.top
45
What's wrong with this code, any time during the race wants to start always appear bugs in the log, please help what's wrong with this code, thanks.
PHP код:
[10:42:10] [debug] Run time er...
17
Quote:
Originally Posted by K0P
Try this:
Code:
public NewReaction()
{
if(ReactionActive == 1) return 0;
new rtString[128];
for(new i = 0; i < RrandomEx(10, 12); i++)
...
35
When I run a server and a few moments later the server is dead, then I check the server logs appear error of crasdetect.
Code:
[02:34:19] [debug] Server crashed while executing GM.amx
[02:34:19] [de...
35
Quote:
Originally Posted by Konstantinos
You seem to be checking most of them but you got one wrong:
pawn Код:
if(PlayerinMMDM[killerid] == 1 && killerid != INVALID_PLAYER_ID)
...
26
Hello , I want to ask what is wrong with the code below , because already check killerid is valid before using it in an array.
code onplayerdeath:
Код:
public OnPlayerDeath(playerid, killerid, rea...
26
Very nice rootcause, thank you
517
Quote:
Originally Posted by saffierr
Lol funny thingy heheh nice
Quote:
Originally Posted by Amunra
Nice Idea ,
Very Usefull +Rep hehe..
Thanks all
240