27.04.2013, 06:20
Hi, i have problem. In my RP gamemode if someone dies, he come back to class selection. How to disable that piece of shit?
Код:
public OnPlayerDeath(playerid, killerid, reason) { PlayerInfo[killerid][pKills]++; PlayerInfo[playerid][pDeaths]++; SetPlayerPos(playerid, 982.1890, -1624.2583, 14.9526); SetPlayerFacingAngle(playerid, 90); return 1; }