17.06.2010, 13:06
Hello everyone,i need to make same command to work for 3 places ex:hospital
I want to make /heal work when im close to the hospital's,it works for one but idk how to make it work for more and i dont want to make /heal1 /heal2 :/,
any help would be appreciated,thanks!
Код:
if(strcmp(cmdtext, "/heal",true)==0) { if(IsPlayerInRangeOfPoint(playerid, 10, x, y, z)) { //i havent created the code yet so i just ask the question there----V } }
any help would be appreciated,thanks!