Help please
#1

I get this error

C:\DOCUME~1\ADMINI~1\Desktop\NEWFOL~2\GAMEMO~1\123 .pwn(2949) : error 010: invalid function or declaration
C:\DOCUME~1\ADMINI~1\Desktop\NEWFOL~2\GAMEMO~1\123 .pwn(2951) : error 010: invalid function or declaration
C:\DOCUME~1\ADMINI~1\Desktop\NEWFOL~2\GAMEMO~1\123 .pwn(2955) : error 010: invalid function or declaration
C:\DOCUME~1\ADMINI~1\Desktop\NEWFOL~2\GAMEMO~1\123 .pwn(2957) : error 010: invalid function or declaration
Код:
if(strcmp(cmdtext, "/enter", true, 6) == 0)
	{
		if(PlayerToPoint(3, playerid, 1,1118.07, -1021.36, 34.99)) //  enterance
		{
		  SetPlayerInterior(playerid, 5); // interior id 3
		  SetPlayerPos(playerid, 238.6620,141.0520,1003.0234); // 
		  return 1;
		}
        return 1;
    }
Reply
#2

Maybe if you could tell us the lines which cause errors?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)