[PEDIDO]Turbo
#10

onde coloco isto ?


PHP код:
CMD:turboon(playerid,params[])
{
    
StopTurbo[playerid] = SetTimerEx("TurboOn",3000,true,"i",playerid);
    
SendClientMessage(playerid,0xF6F6F6AA,"Vocк ativou o turbo");
    
SendClientMessage(playerid,0xF6F6F6AA,"Para desativar use /TurboOff");
    return 
true;
}
CMD:turbooff(playerid,params[])
{
    
KillTimer(StopTurbo[playerid]);
    
SendClientMessage(playerid,0xF6F6F6AA,"Vocк desativou o turbo");
    return 
true;

Reply


Messages In This Thread
[PEDIDO]Turbo - by [Dk]TuReTOo - 17.06.2011, 20:26
Re: [PEDIDO]Turbo - by [R] ousenber [K] - 17.06.2011, 21:35
Re: [PEDIDO]Turbo - by [BVE]Lucas_Locate - 17.06.2011, 21:36
Re: [PEDIDO]Turbo - by Shadoww5 - 17.06.2011, 21:37
Re: [PEDIDO]Turbo - by [Dk]TuReTOo - 18.06.2011, 12:09
Re: [PEDIDO]Turbo - by [Dk]TuReTOo - 19.06.2011, 11:32
Re: [PEDIDO]Turbo - by Shadoww5 - 19.06.2011, 11:37
Re: [PEDIDO]Turbo - by [Dk]TuReTOo - 19.06.2011, 13:34
Re: [PEDIDO]Turbo - by Dark.Angel - 19.06.2011, 17:47
Re: [PEDIDO]Turbo - by [Dk]TuReTOo - 19.06.2011, 17:57

Forum Jump:


Users browsing this thread: 1 Guest(s)