Posts: 596
Threads: 75
Joined: Nov 2015
You need to learn about the textdraws:
https://sampwiki.blast.hk/wiki/Textdraw
Posts: 27
Threads: 9
Joined: May 2016
Reputation:
0
Man i know this,I can create this all but i need a working principle of Textdraw menu
Posts: 378
Threads: 29
Joined: Aug 2015
Reputation:
0
oh, its done with variable + OnPlayerText(playerid,text[])// to see the input number
Posts: 176
Threads: 26
Joined: Jun 2016
Reputation:
0
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.
Posts: 1,504
Threads: 109
Joined: Jan 2012
pawn Код:
public OnPlayerText(playerid, text[])
{
if(text[0] == '1')
{
//your code here
}
return 0;