When I'm selecting a class..
#1

Hi, I'm a new scripter and I've got a question to ask..

When I'm on the select class screen, how do I make the class name appear?

For example, I selected the Police class,
I want it to say 'POLICE OFFICER'.

How do I do it?

Thank-you!
Reply
#2

http://forum.sa-mp.com/index.php?topic=98155.0
Reply
#3

Quote:
Originally Posted by OmeRinG
Offtopic: That can be counted as spam.

Dude, use the search button or request a script.
Reply
#4

You have to make Teams if you want it to look better.
Anway

Add this to OnPlayerSpawn
Quote:

new string[50];
new name[MAX_PLAYER_NAME];
if(GetPlayerSkin(playerid) == POLICESKIN) //CHANGE POLICE SKIN TO YOUR POLICE`S SKIN
{
format(string, sizeof(string), "Welcome to Officer: %d", name);
SendClientMessageToAll(0x00FF00AA, string);
}

Reply
#5

Quote:
Originally Posted by иєσz
Quote:
Originally Posted by OmeRinG
Offtopic: That can be counted as spam.

Dude, use the search button or request a script.
off topic? he made 2 topics by mistake, I answered to him in one of them, then saw the second one so I gave him a link to the one I answered to him in.
Tried pressing on the link before you posted YOUR spam?
Reply
#6

Quote:
Originally Posted by OmeRinG
Quote:
Originally Posted by иєσz
Quote:
Originally Posted by OmeRinG
Offtopic: That can be counted as spam.

Dude, use the search button or request a script.
off topic? he made 2 topics by mistake, I answered to him in one of them, then saw the second one so I gave him a link to the one I answered to him in.
Tried pressing on the link before you posted YOUR spam?
Oh sorry, my bad. I thought it was the same topic.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)