SA-MP Forums Archive
Class selection textdraw ( + Rep ) - 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: Class selection textdraw ( + Rep ) (/showthread.php?tid=315130)



Class selection textdraw ( + Rep ) - Alexander_123 - 01.02.2012

Hello!
How can i change this textdraw?


i mean this
<< >> Spawn


please help me to change it.


Re: Class selection textdraw ( + Rep ) - kubz777 - 01.02.2012

What do you mean by change it, like add text? Do you want to skip it? Depends on what you want to do there are different ways.


Re: Class selection textdraw ( + Rep ) - Alexander_123 - 01.02.2012

i want to change its style


Re: Class selection textdraw ( + Rep ) - DRIFT_HUNTER - 01.02.2012

Its impossible to change it since its hardcoded into samp client


Re: Class selection textdraw ( + Rep ) - Alexander_123 - 02.02.2012

ANYONE KNOW?


Re: Class selection textdraw ( + Rep ) - ProdrifterX - 02.02.2012

you cant change it , if you mean onplayerrequestclass u can change it camera and other , but this buttons no..


Re: Class selection textdraw ( + Rep ) - Basssiiie - 02.02.2012

You can't change it. You can skip it by immediately spawning the player and then loading a custom made class selection.


Re: Class selection textdraw ( + Rep ) - KingHual - 02.02.2012

You can skip it by typing
Код:
SpawnPlayer(playerid)
under OnPlayerClassSelect() or whatever that was and then using textdraws to code your own spawn system.