SA-MP Forums Archive
[Simple script]I want a little help - 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)
+--- Thread: [Simple script]I want a little help (/showthread.php?tid=323761)



[Simple script]I want a little help - Alazam - 06.03.2012

Hi i am a new scripter

I have create a spawn point and he good work

The question is

What script for spawning with a weapon

And for create car


Thank for read this post


Re: [Simple script]I want a little help - Lynn - 06.03.2012

AddStaticVehicle(); or AddStaticVehicleEx(); if you want it to have a respawn timer.

For classes with weapons;
AddPlayerClass(skin, Float, Float:y, Float:z, Float:Angle, weapon1, weapon1_ammo, weapon2, weapon2_ammo, weapon3, weapon3_ammo);


Re: [Simple script]I want a little help - Alazam - 06.03.2012

Thank