Jump to content

Question

Posted (edited)

Problema intalnita (descriere): Deci am acest script care lam pus sa iti dea freeze 4 secunde pana se incarca obiectele . dar dupa ce imi da freeze ramane asa .
Ero(area / rile) / warning-(ul / urile): nu primesc
Liniile de cod / sursa / script-ul(obligatoriu): 

					freeze[playerid] = SetTimerEx("Freeze",4000, false, "i", playerid);
			 		TogglePlayerControllable(playerid,0);
					SetTimerEx("LoadingObject", 2000, false, "i", playerid);
					GameTextForPlayer(playerid, "~w~Loading Object", 3000, 5);


Imagini / Video (optional):
Ati incercat sa rezolvati singur?:  da

Edited by kiLLers10

3 answers to this question

Recommended Posts

  • 0
Posted (edited)

Cand intra sa i se incarce obiectele pui timerul SetTimerEx(codul tau) si activezi TogglePlayerControllable.

te duci la publicul care l-ai denumit in timer

public publicultau()

{

   TogglePlayerControllable(playerid, 0);

} //sau cum era freeze-ul.

Edited by Zephyr.
Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.