13.05.2013, 08:36
Quote:
if (strcmp("/radio", cmdtext, true, 10) == 0) { if(!IsPlayerInAnyVehicle(playerid)) return ShowPlayerDialog(playerid, 9999, DIALOG_STYLE_MSGBOX, "Notice", "You must be in a vehicle.", "Close", ""); ShowPlayerDialog(playerid, 6, DIALOG_STYLE_LIST, "Radio", "Pulse87 NY \n", "Play", "Close"); return 1; } |