I'm Desperate
#1

Hello.... ill just get right to it.... im desperate.... my server already has a player base of 3-10 people.... and it's not ready.... i have quite a few stunts out there... but i really need a profesional to look at my script... help me figure out why the dialog box's dont pull up when i type /teles and i really just need someone to PLEASE help me!

I have worked soo hard on this... and i need someone to help me.

-Kevin.
Reply
#2

What are you using? Dcmd or Strcmp?
Reply
#3

i maybe can help check your PM
Reply
#4

Quote:
Originally Posted by [Weponz]
Посмотреть сообщение
i maybe can help check your PM
I thought i was then.

-Soz for being offtopic
Reply
#5

At The Top:
pawn Код:
#define TeleD 9500
Using ZCMD
pawn Код:
CMD:teles( playerid,params[] )
{
     ShowPlayerDialog( playerid, TeleD,DIALOG_STYLE_LIST,"Teleports", "Los Santos\nSan Fierro\nLas Venturas\netcetcetc","Select","Close");
     return 1;
}
OnDialogResponse

pawn Код:
if(dialogid == TeleD && response == 1)
{
     if(listitem == 0) SetPlayerPos(playerid,blablabla)
     if(listitem == 1) Set....);
     if(listitem == 2) Set....);
     if(listitem == 3) Set....);
}
else
{
     SendClientmessage(playerid,red,"You Closed The Tele Menu");
}
Reply
#6

Quote:
Originally Posted by [L3th4l]
Посмотреть сообщение
At The Top:
pawn Код:
#define TeleD 9500
Using ZCMD
pawn Код:
CMD:teles( playerid,params[] )
{
     ShowPlayerDialog( playerid, TeleD,DIALOG_STYLE_LIST,"Teleports", "Los Santos\nSan Fierro\nLas Venturas\netcetcetc","Select","Close");
     return 1;
}
OnDialogResponse

pawn Код:
if(dialogid == TeleD && response == 1)
{
     if(listitem == 0) SetPlayerPos(playerid,blablabla)
     if(listitem == 1) Set....);
     if(listitem == 2) Set....);
     if(listitem == 3) Set....);
}
else
{
     SendClientmessage(playerid,red,"You Closed The Tele Menu");
}
Editing on to that, if you want to put it into like a different command text just put:

pawn Код:
ShowPlayerDialog( playerid, TeleD,DIALOG_STYLE_LIST,"Teleports", "Los Santos\nSan Fierro\nLas Venturas\netcetcetc","Select","Close");
On your command :P
Reply
#7

Quote:
Originally Posted by ((Lorenc))
Посмотреть сообщение
I thought i was then.

-Soz for being offtopic


Wahhhhh......
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)