10.05.2011, 20:02
(
Последний раз редактировалось Alvord; 27.12.2014 в 14:54.
)
Deleted.
Hi everyone,
I need some help on my script regarding the hospital system. I'm trying to make the player use the sleeping animation whenever he or she is in the hospital, trying to recover. But it seems that my code isn't working. I would appreciate any help for this. Here's my code: Код:
SetPlayerPos(playerid, 1144.6577, -1322.6154, 7.5959); SetPlayerCameraPos(playerid, 1147.7, -1324.7, 8.0); SetPlayerCameraLookAt(playerid, 1145.3610,-1322.6697,7.9801); SetPlayerVirtualWorld(playerid, randworld); ClearAnimations(playerid); ApplyAnimation(playerid, "CRACK","crckidle2", 1, 1, 0, 0, 0, 0, 1); |
But that's why I added "ClearAnimations()" so the player wouldn't have any animation.
|