Dialog response not Sending Message [Input Dialog]
#3

just guessing here
pawn Code:
if(room < 1 || room > MAX_ROOMS) return format(string, sizeof(string), "You selected %s Rooms", room);
to
pawn Code:
if(room > 0 || room < MAX_ROOMS) return format(string, sizeof(string), "You selected %s Rooms", room);

edit:

and yes your not useing SendClientMessage like stated above.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)