teleporter
#2

For the teleporter, you could create a checkpoint (https://sampwiki.blast.hk/wiki/SetPlayerCheckpoint) and when they enter it (https://sampwiki.blast.hk/wiki/OnPlayerEnterCheckpoint), you can teleport them (https://sampwiki.blast.hk/wiki/SetVehiclePos).

For the death messages:


Код:
public OnPlayerDeath(playerid, killerid, reason)
{
    SendDeathMessage(killerid, playerid, reason);
    return 1;
}
Taken from https://sampwiki.blast.hk/wiki/OnPlayerDeath.
Reply


Messages In This Thread
teleporter - by Madsen - 08.04.2011, 19:33
Re: teleporter - by radhakr - 08.04.2011, 19:38
Re: teleporter - by Rivera - 08.04.2011, 19:48
Re: teleporter - by xir - 08.04.2011, 19:54
Re: teleporter - by Madsen - 08.04.2011, 21:08
Re: teleporter - by Rivera - 08.04.2011, 21:25
Re: teleporter - by xir - 08.04.2011, 21:32
Re: teleporter - by Madsen - 09.04.2011, 15:03
Re: teleporter - by Madsen - 09.04.2011, 15:17

Forum Jump:


Users browsing this thread: 2 Guest(s)