Spawn dieing with 'stay within world boundaries.'
#1

I am working on a from-scratch-roleplay gamemode and it's gone good so far but when I log on, it saves the account data then log back on it kills me multiple times then comes up with 'stay within world boundaries.'

OnPlayerDeath:
pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
    SendClientMessage(playerid, COL_GREY, "NOTICE: You have been injured and have been immediately sent to the hospital.");
    SendClientMessage(playerid, COL_GREY, "(( OOC NOTICE: You have lost 30 minutes of your memory. To prevent Revenge Killing. ))");
    SetPlayerPos(playerid, 1172.0780,-1323.1689,15.4026);
    SpawnPlayer(playerid);
    SetPlayerHealth(playerid, 100);
    return 1;
}
If you need any other code, just ask
Reply


Messages In This Thread
Spawn dieing with 'stay within world boundaries.' - by Kestro - 13.04.2013, 22:27
Re: Spawn dieing with 'stay within world boundaries.' - by mrskull42 - 13.04.2013, 22:35
Re: Spawn dieing with 'stay within world boundaries.' - by Scenario - 13.04.2013, 22:47
Re: Spawn dieing with 'stay within world boundaries.' - by MP2 - 14.04.2013, 00:51
Re: Spawn dieing with 'stay within world boundaries.' - by Kestro - 14.04.2013, 07:14
Re: Spawn dieing with 'stay within world boundaries.' - by Scenario - 14.04.2013, 16:24

Forum Jump:


Users browsing this thread: 1 Guest(s)