what samp gamemode should i make? - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: what samp gamemode should i make? (
/showthread.php?tid=129744)
what samp gamemode should i make? -
jamesbond007 - 23.02.2010
what kind of choice in gamemodes do i have ?
Re: what samp gamemode should i make? -
Correlli - 23.02.2010
Quote:
Originally Posted by jamesbond007
what kind of choice in gamemodes do i have ?
|
Roleplay, deathmatch, team deathmatch, freeroam, stunt, race, mini mission, .. any other.
Re: what samp gamemode should i make? -
jamesbond007 - 23.02.2010
Quote:
Originally Posted by Don Correlli
Quote:
Originally Posted by jamesbond007
what kind of choice in gamemodes do i have ?
|
Roleplay, deathmatch, team deathmatch, freeroam, stunt, race, mini mission, .. any other.
|
i think ill make a team deathmatch like world war 3 but do you know how can i make more then 3 weapon per person when he spawns?
i think its impossible......
Re: what samp gamemode should i make? -
Correlli - 23.02.2010
Quote:
Originally Posted by jamesbond007
i think ill make a team deathmatch like world war 3 but do you know how can i make more then 3 weapon per person when he spawns?
i think its impossible......
|
You're using AddPlayerClass? SA:MP's AddPlayerClass allows only 3 weapons, you could create your own class which would allow more weapons and ammo or you could use GivePlayerWeapon function with OnPlayerSpawn callback.
Re: what samp gamemode should i make? -
Mike Garber - 23.02.2010
Just use GivePlayerWeapon (
https://sampwiki.blast.hk/wiki/GivePlayerWeapon ) under OnPlayerSpawn (
https://sampwiki.blast.hk/wiki/OnPlayerSpawn )
Edit: Damnit, Don was faster.
Re: what samp gamemode should i make? -
jamesbond007 - 23.02.2010
Quote:
Originally Posted by Don Correlli
Quote:
Originally Posted by jamesbond007
i think ill make a team deathmatch like world war 3 but do you know how can i make more then 3 weapon per person when he spawns?
i think its impossible......
|
You're using AddPlayerClass? SA:MP's AddPlayerClass allows only 3 weapons, you could create your own class which would allow more weapons and ammo or you could use GivePlayerWeapon function with OnPlayerSpawn callback.
|
yes, how do i create my own addplayerclass so i can add more then 3 weapons?? or just give me a link if you can please, because it might not be the place for this to ask
Re: what samp gamemode should i make? -
Correlli - 23.02.2010
mavtias already gave you the links.
Re: what samp gamemode should i make? -
jamesbond007 - 23.02.2010
thanks mavtias