20.10.2015, 15:13
Код:
CMD:spawn1(playerid, params[]) { new Float:health; GetPlayerHealth(playerid,health); SendClientMessage(playerid, COLOR_LIGHTPINK, "You'll now spawn at base!"); if (health == 0) { SetPlayerPos(playerid, 254.5229,-1367.1545,53.1094); } return 1; }