Textdraw Menu
#1

Hi Guyz,I am making a cnr gamemode,So how can i make Textdraw options,Like if we selected option 1 it will show the general commands of the server here's the picture:
Reply
#2

You need to learn about the textdraws:
https://sampwiki.blast.hk/wiki/Textdraw
Reply
#3

Man i know this,I can create this all but i need a working principle of Textdraw menu
Reply
#4

oh, its done with variable + OnPlayerText(playerid,text[])// to see the input number
Reply
#5

There are some textdraw creating filescript search forum and add them.

or if u r saying that how will u add command to that text draw then u have to learn the basics first man its easy you can get that from anywhere on wiki.
Reply
#6

pawn Код:
public OnPlayerText(playerid, text[])
{
if(text[0] == '1')
{
        //your code here
}
return 0;
Reply
#7

Quote:
Originally Posted by Onfroi
Посмотреть сообщение
pawn Код:
public OnPlayerText(playerid, text[])
{
if(text[0] == '1')
{
        //your code here
}
return 0;
Ah No. You Use Case.
But then again it all depends on the coder.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)