15.02.2012, 14:40
It's all written here;
https://sampwiki.blast.hk/wiki/AddPlayerClass
[pawn]AddPlayerClass(SKIN_ID, X, Y, Z, ANGLE, WEAPON1, AMMO, WEAPON2, AMMO, WEAPON3, AMMO);
Ammo can be any amount, for example 1, the Weapon IDs can be found here:
https://sampwiki.blast.hk/wiki/Weapon_IDs
If you want the "X-Y-Z-Angle" co-ordinates for a player, join the Debug, type at the position the player should spawn "/save POSITION1" (or any other name) and then, go into your SAMP-folder! There you'll find the co-ordinates, which you simply paste into the line instead of "X-Y-Z-Angle"...
https://sampwiki.blast.hk/wiki/AddPlayerClass
[pawn]AddPlayerClass(SKIN_ID, X, Y, Z, ANGLE, WEAPON1, AMMO, WEAPON2, AMMO, WEAPON3, AMMO);
Ammo can be any amount, for example 1, the Weapon IDs can be found here:
https://sampwiki.blast.hk/wiki/Weapon_IDs
If you want the "X-Y-Z-Angle" co-ordinates for a player, join the Debug, type at the position the player should spawn "/save POSITION1" (or any other name) and then, go into your SAMP-folder! There you'll find the co-ordinates, which you simply paste into the line instead of "X-Y-Z-Angle"...