SA-MP Forums Archive
When I'm selecting a class.. - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: When I'm selecting a class.. (/showthread.php?tid=73395)



When I'm selecting a class.. - Mayo - 14.04.2009

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!


Re: When I'm selecting a class.. - OmeRinG - 14.04.2009

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


Re: When I'm selecting a class.. - HB - 14.04.2009

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

Dude, use the search button or request a script.


Re: When I'm selecting a class.. - nickbugun - 14.04.2009

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);
}




Re: When I'm selecting a class.. - OmeRinG - 14.04.2009

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?


Re: When I'm selecting a class.. - HB - 14.04.2009

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.