22.02.2010, 23:24
Fixed by ETECH
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") { }
OnDialogResponse
Originally Posted by [___
PotH3Ad ]
Alright, here is the link to download http://www.mediafire.com/?unnmwdzezuz Or http://pawno.pastebin.com/m730002e4 |