SA-MP Forums Archive
Need 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: Need Help (/showthread.php?tid=321633)



Need Help - Ilya0101 - 27.02.2012

Hi can anyone give me two scripts:
one for hiding all player names
and one for a weapon pickup,
Please help.
EDIT:
And also i need a selection screen like that you can choose skins and see them and with text.
Thanks for helpers


Re: Need Help - Zhao - 28.02.2012

https://sampwiki.blast.hk/wiki/ShowNameTags
https://sampwiki.blast.hk/wiki/CreatePickup
https://sampwiki.blast.hk/wiki/AddPlayerClass

I recommend that you search the forums and have a look at the wiki next time.


Re: Need Help - new121 - 28.02.2012

Quote:
Originally Posted by Ilya0101
Посмотреть сообщение
Hi can anyone give me two scripts:
one for hiding all player names
and one for a weapon pickup,
Please help.
EDIT:
And also i need a selection screen like that you can choose skins and see them and with text.
Thanks for helpers
No one is going to give you scripts, look at the links the guy above posted and give it a go yourself, if it does not work post your code here and I will be happy to help you, to find the cords of the pickups go in game where you want the pickup and type /save then go to your gta sa use files and to SAMP then go to saved positions.


Re: Need Help - Ilya0101 - 28.02.2012

Thanks Zhao and sorry i ment functions not scripts sorry,thanks for the suggetion too


Re: Need Help - Ilya0101 - 28.02.2012

One things i know how to create skins but it wont let me choose or see the skins when istart the server


Re: Need Help - Konstantinos - 28.02.2012

pawn Код:
public OnGameModeInit( )
{
    AddPlayerClass( 0, 1958.33, 1343.12, 15.36, 269.15, 26, 36, 28, 150, 0, 0 );
    AddPlayerClass( 1, 1958.33, 1343.12, 15.36, 269.15, 26, 36, 28, 150, 0, 0 );
    return 1;
}
It will have the Skin 0 and if you pressed the Next on request class it will show you the next Skin ( 1 ).
Add more if you want.


Re: Need Help - Ilya0101 - 28.02.2012

It wont work still when i get into my server i just see next and spawn,sorry if i did'nt understand but help me


Re: Need Help - Dan_Barocu - 28.02.2012

PHP код:
Under
OnGameModeInit
ShowPlayerMarkers
(0);//put it under OnGameModeInit 



Re: Need Help - Ilya0101 - 28.02.2012

Thats for hiding players markers i need to know how to function a normal selection screen so i can see what i choose.


Re: Need Help - Twisted_Insane - 28.02.2012

Ever heard of "OnPlayerRequestClass"? Pretty easy! I'm not going to explain you all this, here you go:

https://sampforum.blast.hk/showthread.php?tid=281300