Dialog help
#1

i want to know how to make that dialog style can some one help me
Reply
#2

This is textdraw not dialog
Reply
#3

okay how to make it?
Reply
#4

well i would say use THIS to help you out.
you can make it in-Game then just saves it into a files and from there you can insert it in your script
Reply
#5

okay when i finish it and i want to add it i want to make it like a cmd /rules what should i put in it ?
Reply
#6

insede the CMD you would use
Код:
TextDrawShowForPlayer(playerid,textdrawid);
and that will show the taxtdraw/s you made for the player!
Reply
#7

so i only do that

Код HTML:
CMD:listhelp(playerid,params[]){
    #pragma unused params
TextDrawShowForPlayer(playerid,textdrawid);
?
sry for that i'm new at scripting
Reply
#8

pawn Код:
CMD:listhelp(playerid)
{
     TextDrawShowForPlayer(playerid,tdname);
     return 1;
}
Reply
#9

well yes but first creat your textdraw and set its ID
Reply
#10

k thx both of u
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)