Need Help
#1

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
Reply
#2

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.
Reply
#3

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.
Reply
#4

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

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

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.
Reply
#7

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
Reply
#8

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

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

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)