26.03.2010, 01:02
ok, im making a random disco time, (yeah laff) and only ID:0 sees the dialog, heres my code.
Код:
public RDT() { GameTextForAll("~B~Random ~R~Disco ~Y~TIME!", 5000,6); for(new i=0; i<MAX_PLAYERS; ++i) { ShowPlayerDialog(i,2,0,"RANDOMNESS","Would you like to participate in random disco time?","Yes","No"); return 1; } return 0; }