23.05.2010, 16:07
I'll create one real fast.
I'm still a nooby scripter, sorry if I made a mistake :S
Код:
if(strcmp(cmd, "/weather", true) == 0) { if(IsPlayerAdmin(playerid)) { ShowPlayerDialog(playerid, DIALOG_STYLE_INPUT, "Change Weather", "Type the weather ID below!", "Change", "Cancel"); } }