05.08.2012, 22:56
Quote:
|
Код:
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;
}
|
Entгo nгo й necessбrio verificar logo no topo.


