RC battlefield
#3

Do you mean that it doesn't get time to load the battlefield?

EDIT:
pawn Код:
GameTextForPlayer(playerid, "~w~Loading", 3500, 3);
TogglePlayerControllable(playerid, 0);
SetTimerEx("EnterExitTimer", 4000, false, "i", playerid);
pawn Код:
forward EnterExitTimer(playerid);
public EnterExitTimer(playerid)
{
    TogglePlayerControllable(playerid, 1);
    return 1;
}
You can do this. Basically it makes a timer that takes 4 seconds, in the meantime it shows the text "Loading" so players doesn't get confused.
Remove the GameTextForPlayer if you dont want the Loading text, and adjust the time in SetTimerEx if you want.
Reply


Messages In This Thread
RC battlefield - by AdelS - 29.12.2014, 10:45
Re: RC battlefield - by semara456 - 29.12.2014, 10:58
Re: RC battlefield - by CalvinC - 29.12.2014, 18:04
Re: RC battlefield - by Vince - 29.12.2014, 18:35
Re: RC battlefield - by Abagail - 29.12.2014, 18:37
Re: RC battlefield - by jackx3rx - 29.12.2014, 20:46

Forum Jump:


Users browsing this thread: 4 Guest(s)