18.02.2012, 15:13
I finaly got it i removed the switch
however theres another problem now after i get out of the hospital it still gives me the message You are released from the hospital over and over
here is the public also
Код:
//=====================================HOSPITAL==================================================== SetPlayerPos(playerid, 2169.69995117,-2270.99951172,990.70001221); FreezePlayer(playerid, 2); SetTimer("Bolnica", 60000, false); CekaBolnica[playerid] = 1; SendClientMessage(playerid, COLOR_RED, "Tesko Ste Povredeni i Ke bidnete prefrleni vo Bolnica");
here is the public also
Код:
public Bolnica(playerid) { ClearAnimations(playerid); CekaBolnica[playerid] = 0; SendClientMessage(playerid, COLOR_RED, "Pusteni ste Od bolnica!"); return 1; }