Help with Teleport Messages and performing commands whilst dead
#2

pawn Код:
CMD:sfb(playerid,params[])
{
    new usedtp[MAX_PLAYERS];
    if(gettime() - usedtp[playerid] > 120)
    {
        SendClientMessageToAll(-1, message);
        usedtp[playerid] = gettime();
    }
    return 1;
}
Something like this.
Reply


Messages In This Thread
Help with Teleport Messages and performing commands whilst dead - by Mobeen - 16.03.2014, 16:47
Re: Help with Teleport Messages and performing commands whilst dead - by LocMax - 16.03.2014, 16:54
Re: Help with Teleport Messages and performing commands whilst dead - by Calabresi - 16.03.2014, 16:56
Re: Help with Teleport Messages and performing commands whilst dead - by Parallex - 16.03.2014, 17:26

Forum Jump:


Users browsing this thread: 1 Guest(s)