Timers
#1

Hey this is my code:

pawn Код:
public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
{
    if(Eventomotos[playerid] == 1)
    {
     for(new i = 0; i < MAX_PLAYERS; i++)
     {

        SetTimer("Paro3",1000,true);
        TogglePlayerControllable(playerid,0);
        SetTimer("Paro",10000,true);
        new string[124];
        format( string, sizeof(string), "~g~ fuera! ");
        GameTextForAll( string, 5000, 3 );
        TogglePlayerControllable(playerid,0);

     }

    }
    return 1;
}
I want that when the player gets in the car, then wait 1 second, so when 1 second passes, toggleplayercontrollable = 0 (Freeze) Just for 10 seconds, then after 10 seconds gametextforall "Fuera" and unfreeze the player.
Reply


Messages In This Thread
Timers - by Super_Panda - 05.10.2011, 23:44
Re: Timers - by brett7 - 05.10.2011, 23:53
Re: Timers - by Backwardsman97 - 06.10.2011, 00:14
Re: Timers - by Super_Panda - 06.10.2011, 00:21
Re: Timers - by Backwardsman97 - 06.10.2011, 00:40

Forum Jump:


Users browsing this thread: 1 Guest(s)