03.08.2012, 19:54
This is where I want the person to spawn when they die AddPlayerClass(285,185.6111,1929.7433,17.7739,177. 7806,0,0,0,0,0,0); //
Heres the code public OnPlayerDeath( playerid, killerid, reason )
{
SendDeathMessage( killerid, playerid, reason );
SetPlayerPos( playerid, 2134.5957,1332.6907,10.8251 );
But if I enter the coords there I just get errors, I heard you were suppose to only use certain ones but I'm just a noob.
I got the coords from "savedpostions" btw. I'd also like the person to spawn at 3 different places in Las Venturas so people have a chance of fighting back! Thanks a lot!!
Heres the code public OnPlayerDeath( playerid, killerid, reason )
{
SendDeathMessage( killerid, playerid, reason );
SetPlayerPos( playerid, 2134.5957,1332.6907,10.8251 );
But if I enter the coords there I just get errors, I heard you were suppose to only use certain ones but I'm just a noob.
I got the coords from "savedpostions" btw. I'd also like the person to spawn at 3 different places in Las Venturas so people have a chance of fighting back! Thanks a lot!!