Jump to content
  • 0

Problema freeze


kiLLers10

Question

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
Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

arata functia

LoadingObject

 

 daca e stock LoadingObject fa public LoadingObject

 

Edited by Mister

 

    __  ____      __           
   /  |/  (_)____/ /____  _____
  / /|_/ / / ___/ __/ _ \/ ___/
 / /  / / (__  ) /_/  __/ /    
/_/  /_/_/____/\__/\___/_/     
SERVICII SCRIPTING DE CALITATE
Pagina     Scripting     pawn
Link to comment
Share on other sites

  • 0

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.
Link to comment
Share on other sites

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.