11.09.2013, 15:01
Quote:
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.
|
Код:
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);
}
}
} */