01.06.2010, 14:18
pawn Код:
C:\xxx\xxx\xxx\xxx\gamemodes\xxx.pwn(22832) : error 017: undefined symbol "RotateObject" Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.
pawn Код:
if(!strcmp(cmd, "/open", true))
{
new Float:X;
new Float:Y;
new Float:Z;
GetObjectRot(taxigate,X,Y,Z);
RotateObject(taxigate,X,Y,Z-90,90,50.0); //the error line
return 1;
}
How to fix it?
FIXED!!
Very nice and usefull include. Thanx!