Command Problem
#1

Hello. I wrote a simple command, but when I compile the code it shows me - error 001: expected token: ")", but found "-identifier-" at line 41637. This is the code

Код:
if(strcmp(cmd, "/getuniform", true) == 0)
	{
	    if(IsPlayerConnected(playerid))
	{
	    if (IsPlayerInRangeOfPoint(playerid, 255.3859,76.9326,1003.6406,297.0429,0,0,0,0,0,0)
	    
           SetPlayerSkin(playerid, 280);
	    }
	    return 1;
	    }
SetPlayerSkin(playerid, 280); is line 41637. I know, it tells me that I didn't put ")" somewhere, but I don't see where to put it..? :\
Reply


Messages In This Thread
Command Problem - by Edward2013 - 21.07.2013, 16:37
Re: Command Problem - by [XST]O_x - 21.07.2013, 16:42
Re: Command Problem - by SuperViper - 21.07.2013, 17:00
Re: Command Problem - by Edward2013 - 21.07.2013, 17:05

Forum Jump:


Users browsing this thread: 1 Guest(s)