Server crashes instant
#4

Quote:
Originally Posted by Konstantinos
Посмотреть сообщение
If your server gets crashed, then load crashdetect plugin (https://github.com/Zeex/samp-plugin-...es/tag/v4.11.2), do what this post says and re-compile your scripts. Run your server, if the server gets crashed, then show us what it printed in the console/server log.
I've put it on but I quickly re-compile my script and I got
Код:
C:\Documents and Settings\Ashley\Desktop\DSRP1\gamemodes\moe.pwn(54052) : warning 211: possibly unintended assignment
C:\Documents and Settings\Ashley\Desktop\DSRP1\gamemodes\moe.pwn(54062) : error 017: undefined symbol "pHelper"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
pawn Код:
/*new string[128];
    format(string, sizeof(string), "%s Has Now Joined Dynamic Street's Roleplay. ", GetPlayerNameEx(playerid));
    foreach(Player, i) {
        if(PlayerInfo[i][pHelper] >= 2 || PlayerInfo[i][pAdmin] >= 1) {
            if(!togJoin[i]) {
                SendClientMessage(i, TEAM_AZTECAS_COLOR, string);
            }
        }
    } */
Reply


Messages In This Thread
Server crashes instant - by James Bob - 11.09.2013, 14:24
Re: Server crashes instant - by James Bob - 11.09.2013, 14:49
Re: Server crashes instant - by Konstantinos - 11.09.2013, 14:52
Re: Server crashes instant - by James Bob - 11.09.2013, 15:01
Re: Server crashes instant - by Konstantinos - 11.09.2013, 15:07
Re: Server crashes instant - by James Bob - 11.09.2013, 15:23
Re: Server crashes instant - by Konstantinos - 11.09.2013, 15:36
Re: Server crashes instant - by James Bob - 11.09.2013, 15:53

Forum Jump:


Users browsing this thread: 1 Guest(s)