Little help
#1

What am I doing wrong here?

pawn Код:
new price[64];
if(strval(price) < 0 || strval(price) > 50)
{
SendClientMessage(playerid, COLOR_GREY, "Minimum 0, max 50");
return 1;
}
Reply
#2

You never assign a value to the price variable. Thus, it'll always be NULL.
Reply
#3

thanks, solved
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)