07.11.2012, 18:47
pawn Код:
if (strcmp(cmd, "/stats", true) == 0)
{
if(IsPlayerConnected(playerid))
{
if (Pokrenuti[playerid] != 0)
{
Stats(playerid, playerid);
Pokrenuti[playerid] = 1;
}
else
{
SendClientMessage(playerid, COLOR_GRAD1, " You are not Logged in !");
}
}
return 1;
}