02.03.2010, 13:35
ok i added something to my commands and put this in OnPlayerDeath
and when i die on that team it doesn't return me back to that position anyone have any fixes to this?
Код:
public OnPlayerDeath(playerid, killerid, reason) { if(DMZone[playerid] == 1) SetPlayerPos(playerid, 2520.8533, -1677.9012, 15.1480); SetPlayerFacingAngle(playerid, 94.3242); return 1; }