Spawn/class/skin text? - 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: Spawn/class/skin text? (
/showthread.php?tid=182770)
Spawn/class/skin text? -
Georgelopez1 - 12.10.2010
Hey i need help making text that will show up above the class selection. Like when your choosing which character to choose you would see, "Police", "Pilot", "etc"... But ONLY when there choosing classes. Thanks
Re: Spawn/class/skin text? -
MBX97 - 12.10.2010
man its so easy , if u r a scripter it must be easy but anyway i'll go it to u , give ur script or i send u the codes
u choose : ................. , ..................
Re: Spawn/class/skin text? -
Georgelopez1 - 12.10.2010
I just need to know how to do it. Send me the codes i guess
Re: Spawn/class/skin text? -
Georgelopez1 - 12.10.2010
help me please
Re: Spawn/class/skin text? -
TouR - 12.10.2010
You must use GameTextForPlayer under OnPlayerRequest class mate...
Re: Spawn/class/skin text? -
Georgelopez1 - 12.10.2010
Ok but can you help me with the actual code?
Re: Spawn/class/skin text? -
TouR - 12.10.2010
public OnPlayerRequestClass(playerid, classid)
{
if(classid == 1)
{
GameTextForPlayer(playerid,"~b~Police", 3000, 3);
}
else if (classid == 2)
{
........ depends on what skins you added
Re: Spawn/class/skin text? -
MBX97 - 12.10.2010
yea
FINALY
an don EVER try to insult me
Re: Spawn/class/skin text? -
CaptainOwen - 12.10.2010
If i'm correct, you need teams before you can do that otherwise its just a simple text without a team system.