One other question guys :$
#5

Quote:
Originally Posted by bartje01
Alright guys. I need that if someone has skin id 288 and he does /pdinvite [id] this happens:

He will see this dialog

ShowPlayerDialog(playerid, 1, DIALOG_STYLE_MSGBOX, "Wanna join the PD?", string, "YES", "NO");

When the oher person puts YES he will get this name color:0x2641FEAA

When he pushed NO just nothing happens.

Maybe this is a hard question. But I really like when I have this in my server.

Thanks for taking time to read though

I'm now going to take a shower so maybe I respond some later :P
Код:
ShowPlayerDialog(playerid, 1, DIALOG_STYLE_MSGBOX, "Wanna join the PD?", "Pick One Answer!", "YES", "NO");
 if(playerid = "YES")
 {
 SetPlayerColor(playerid, 0x2641FEAA);
 }
 else if(playerid = "NO")
 {
 }
Wouldn't it be somin like that?
Sorry am tired, Ill try lator..
Reply


Messages In This Thread
One other question guys :$ - by bartje01 - 22.02.2010, 23:24
Re: One other question guys :$ - by bartje01 - 23.02.2010, 00:14
Re: One other question guys :$ - by Onyx09 - 23.02.2010, 00:16
Re: One other question guys :$ - by bartje01 - 23.02.2010, 00:20
Re: One other question guys :$ - by jamie009 - 23.02.2010, 00:55
Re: One other question guys :$ - by -Rebel Son- - 23.02.2010, 01:00
Re: One other question guys :$ - by jamie009 - 23.02.2010, 01:01
Re: One other question guys :$ - by -Rebel Son- - 23.02.2010, 01:03
Re: One other question guys :$ - by PotH3Ad - 23.02.2010, 01:14
Re: One other question guys :$ - by bartje01 - 23.02.2010, 08:45

Forum Jump:


Users browsing this thread: 1 Guest(s)