Always returns id 65535
#1

Code:
Код:
else if(dialogid == 7)
	{
	    if(response)
	    {
            new string[128], vehicleid;
	        if(sscanf(inputtext, "r", vehicleid)) return Error06
	        format(string, sizeof(string), "-=Stats of vehicleid %d=-",vehicleid);
                SendClientMessage(playerid,COLOR_WHITE,string);
}
}
Result:65535 whatever i put i get this number, how to fix it
Reply


Messages In This Thread
Always returns id 65535 - by SandKing94 - 24.05.2015, 18:18
Re: Always returns id 65535 - by Konstantinos - 24.05.2015, 18:24

Forum Jump:


Users browsing this thread: 1 Guest(s)