10.02.2010, 22:29
add a check to see if they typed anything in.
strcmp will return 0 (or pass) when compared with nothing.
pawn Код:
if(!inputtext[0])return SendClientMessage(playerid,0xFFFFFFFF,"You didn't type in a room number");