How to?
#1

How Can i set a timer fot 10 Seconds on this:

Код:
public OnPlayerDeath(playerid, killerid, reason)
{
  SetCameraBehindPlayer(killerid);
  TogglePlayerControllable(playerid, 0);
  Plookingforkiller[playerid] = 1;
	return 1;
}
Plz help me

Reply
#2

You simply use SetTimerEx().
Reply
#3

Quote:
Originally Posted by c0der.
You simply use SetTimerEx().
use SetTimerEx(10)// For 10 Seconds?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)