[Help] Dm spawn codding.
#4

I think that you could do it with a zone system like this
Create zones and check whatever a player is in a zone with OnPayerDeath or PLAYER_STATE_WASTED with

Код:
  PlayerInfo[playerid][Area] = getPlayerZoneID(playerid) ;
then on

Код:
OnPlayerSpawn(playerid)
{
  if(PlayerInfo[playerid][Area] == x) SetPlayerPos(playerid, 1653.2175,2409.2781,10.9262);
}
Reply


Messages In This Thread
[Help] Dm spawn codding. - by SavageTR - 30.11.2009, 12:37
Re: [Help] Dm spawn codding. - by Remi-X - 30.11.2009, 12:43
Re: [Help] Dm spawn codding. - by SavageTR - 30.11.2009, 14:49
Re: [Help] Dm spawn codding. - by xxmitsu - 30.11.2009, 15:04
Re: [Help] Dm spawn codding. - by Doppeyy - 30.11.2009, 15:32
Re: [Help] Dm spawn codding. - by SavageTR - 30.11.2009, 18:22

Forum Jump:


Users browsing this thread: 1 Guest(s)