"Complicated" Server: Unknown command error.
#8

Quote:
Originally Posted by FireCat
View Post
pawn Code:
if(vehInfo[v][Owner] == p_Name[playerid])
WTF?!?!?!
Try this:
pawn Code:
if(!strcmp(vehInfo[v][Owner],p_Name[playerid]))
That code automatically yields the "Server: Unknown command".

The bit of code you said "WTF?!?!?!" to, it works; Other than this problem, it works flawlessly.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)