25.07.2009, 14:53
i have a menu:
how can i do that if player is choosing something in the 2nd-5th time it will "freeze" him for a 5 second and after that he will be unfrozen
if player is choosing something in the 5th time it will send him a messange and delete what he choose?
tanks for helping
pawn Код:
if (strcmp(cmd, "/v4", true) == 0)
{
ShowMenuForPlayer(ActivitisStadiumcars, playerid);
TogglePlayerControllable(playerid, 0);
return 1;
}
if player is choosing something in the 5th time it will send him a messange and delete what he choose?
tanks for helping