23.02.2010, 00:55
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") { }
Sorry am tired, Ill try lator..