Server just crashed AGAIN, what can i script to prevent this?
#3

made this quirckly, it should work.
pawn Код:
new timeforuse[MAX_PLAYERS];
public OnPlayerText(playerid, text[])
{
    if(timeforuse[playerid] > gettime()) return SendClientMessage(playerid,-1,"You must wait 4 secongs to chat again");
    timeforuse[playerid] = gettime() + 4;
    return 1;
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)