Clickable model_preview?
#1

Hey guys, today i wanted to make a class selection for an attack defend mini game..
I've made a textdraw..
Код:
    red = TextDrawCreate(446.0, 210.0, "_");
	TextDrawFont(red, TEXT_DRAW_FONT_MODEL_PREVIEW);
	TextDrawUseBox(red, 0);
	TextDrawBoxColor(red, 0x000000FF);
	TextDrawTextSize(red, 100, 100);
	TextDrawSetPreviewModel(red, 88);
And wanted to know if it's possible to make it clickable..
If no, how did Mihawk made it on attack-defend v1.8.4 make it?
This gm..
Reply
#2

Why don't you use mSelection?
Reply
#3

You already posted a gamemode that uses it. Just look in there yourself to see how it works.
Reply
#4

Quote:
Originally Posted by Mauzen
Посмотреть сообщение
You already posted a gamemode that uses it. Just look in there yourself to see how it works.
Oh.. hmh, ye, sorry im just drunk
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)