[HELP]How to add SetTimer ??? +REP
#1

How to Add SetTimerEx in This Code
Код:
CMD:lsa(playerid,params[]) {
    SetPlayerPos(playerid, 1486.3853,-2493.8481,13.5547);
    new string[64], pName[MAX_PLAYER_NAME];
    GetPlayerName(playerid,pName,MAX_PLAYER_NAME);
    format(string,sizeof (string),"[TELEPORT] %s has teleported to Los Santos Airport",pName); 
    SendClientMessageToAll(0x33FF33AA,string);
    return 1;
    }

CMD:sfa(playerid,params[]) {
    SetPlayerPos(playerid, -1657.4110,-164.6259,14.1484);
    new string[64], pName[MAX_PLAYER_NAME];
    GetPlayerName(playerid,pName,MAX_PLAYER_NAME);
    format(string,sizeof (string),"[TELEPORT] %s has teleported to San Fierro Airport",pName);
    SendClientMessageToAll(0x33FF33AA,string);
   	return 1;
    }

CMD:lva(playerid,params[]) {
    SetPlayerPos(playerid, 1477.5079,1813.3340,10.8125);
    new string[64], pName[MAX_PLAYER_NAME];
    GetPlayerName(playerid,pName,MAX_PLAYER_NAME); 
    format(string,sizeof (string),"[TELEPORT] %s has teleported to Las Venturas Airport",pName); 
    SendClientMessageToAll(0x33FF33AA,string);
    return 1;
    }
I'll give +1 REP for who can Add SetTimer In This Code
Reply


Messages In This Thread
[HELP]How to add SetTimer ??? +REP - by WhiteAngels - 02.11.2013, 08:11
Re: [HELP]How to add SetTimer ??? +REP - by Isolated - 02.11.2013, 08:18
Re: [HELP]How to add SetTimer ??? +REP - by SilentSoul - 02.11.2013, 08:19
Re: [HELP]How to add SetTimer ??? +REP - by WhiteAngels - 02.11.2013, 08:57

Forum Jump:


Users browsing this thread: 1 Guest(s)