SA-MP Forums Archive
Help with skin selection screen - 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: Help with skin selection screen (/showthread.php?tid=92113)



Help with skin selection screen - Mr_Finnigan - 18.08.2009

I was reading a text draw tutorial and i have a question.How do you go about making text for OnPlayerSelectClass?I'm not sure on how to figure out where on skin selection you would go to save the co-ords to put something there.Like i want to see a Cop standing in middle of screen and then all around him text like

Weapons
Sawnoff
Molotovs
M4

Allie
Rich

Sworn Enemy
Justice

ect,ect so i need to make it so it looks neat but have no idea what the co-ords are for different points of the screen?


Re: Help with skin selection screen - MenaceX^ - 18.08.2009

What's OnPlayerSelectClass?


Re: Help with skin selection screen - urkiefly101 - 18.08.2009

Just use Textdraw.


Re: Help with skin selection screen - Mr_Finnigan - 18.08.2009

Sorry its
Код:
OnPlayerRequestClass(playerid, classid)
And i want to use Text draw,that is what the topic is about but i want to know how to do:

I want to see a Cop standing in middle of screen and then all around him text like

Weapons
Sawnoff
Molotovs
M4

Allie
Rich

Sworn Enemy
Justice

ect,ect so i need to make it so it looks neat but have no idea what the co-ords are for different points of the screen?

So what i need help with is how to make it so im not poutting all the text in the same spot.
I want to know how to script to put text in different parts of the screen?