SA-MP Forums Archive
Help with OnPLayerSpawn i think - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Help with OnPLayerSpawn i think (/showthread.php?tid=111698)



Help with OnPLayerSpawn i think - xLowrider - 03.12.2009

Hello,

I'm attempting to make a paintball script, So when you type say /attacker, It teleports you to the location that i want e.t.c. Is there any way to make the script to read that i'm an attacker and to make it spawn at my spawn place?


Re: Help with OnPLayerSpawn i think - Correlli - 03.12.2009

Stick to the old topic: http://forum.sa-mp.com/index.php?topic=136793.0


Re: Help with OnPLayerSpawn i think - xLowrider - 03.12.2009

Stick to helping me? either that or post saying, You can'tt.


Re: Help with OnPLayerSpawn i think - Correlli - 03.12.2009

I'm just telling you to stick to the old topic if you want to get some help and if you don't want to get your topic deleted.


Re: Help with OnPLayerSpawn i think - Jikesh - 03.12.2009

Код:
public OnPlayerRequestClass( playerid, classid )
{  
  SetSpawnInfo(playerid, team, skin, Float:x, Float:y, Float:z, Float:Angle, weapon1, weapon1_ammo, weapon2, weapon2_ammo, weapon3, weapon3_ammo);
}