18.02.2011, 22:07
Yo all
i have a problem ! i want to put somthink like "(player) has turn to zombie"
this is my code & it wont work what'es tha problem plz help
i have a problem ! i want to put somthink like "(player) has turn to zombie"
this is my code & it wont work what'es tha problem plz help
Quote:
new Float:hp, Float:a; new target = GetClosestPlayer(playerid); if(GetDistanceBetweenPlayers(playerid,target) <= 1) { if(hp < 5) { new string[100]; new target[MAX_PLAYERS]; format(string,sizeof(string), "%s turn into a zombie !.", target); SendClientMessageToAll(RED,string); } } |