08.12.2014, 14:50
no cmd is working i have this
forward armurat(playerid);
new armuratime[MAX_PLAYERS];
end of gm:
public armurat(playerid)
{
armuratime[playerid] = 0;
}
under cmd:
if(bantime[playerid] == 1) return SendClientMessage(playerid, COLOR_GRAD2, "** Are you trying to ban this server?");
armuratime[playerid] = 1;
SetTimerEx("armurat", 600000, 0, "%d", playerid);
this is my time system
forward armurat(playerid);
new armuratime[MAX_PLAYERS];
end of gm:
public armurat(playerid)
{
armuratime[playerid] = 0;
}
under cmd:
if(bantime[playerid] == 1) return SendClientMessage(playerid, COLOR_GRAD2, "** Are you trying to ban this server?");
armuratime[playerid] = 1;
SetTimerEx("armurat", 600000, 0, "%d", playerid);
this is my time system