05.08.2012, 22:49
pawn Код:
if(strcmp(cmd, "/picklesgivegmx", true) == 0 || strcmp(cmd, "/picklesdagmx", true) == 0)
{
if(IsPlayerConnected(playerid))
{
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(IsPlayerConnected(i))
{
OnPlayerSave(i);
}
}
GameModeExitFunc();
SendRconCommand("gmx");
}
return 1;
}

