error 001: expected token: ")", but found "{"
#1

LINE 12296--->
Код:
{
full line --->
Код:
            if(!PlayerToPoint(3.0,playerid,-2640.762939,1406.682006,906.460937 || IsPlayerInRangeOfPoint(3.0,playerid, -227.027999, 1401.229980, 27.765625))
11296       {
	        SendClientMessage(playerid, COLOR_GREY, "   Ur not in advertiser !");
	        return 1;
	    }
Reply
#2

Show some more code.
Reply
#3

Код:
            if(!PlayerToPoint(3.0,playerid,-2640.762939,1406.682006,906.460937)  || IsPlayerInRangeOfPoint(3.0,playerid, -227.027999, 1401.229980, 27.765625))
            {
	        SendClientMessage(playerid, COLOR_GREY, "   Ur not in advertiser !");
	        return 1;
	    }
You missed a ')' before ||
Reply
#4

Quote:
Originally Posted by Roko_foko
Посмотреть сообщение
Код:
            if(!PlayerToPoint(3.0,playerid,-2640.762939,1406.682006,906.460937)  || IsPlayerInRangeOfPoint(3.0,playerid, -227.027999, 1401.229980, 27.765625))
            {
	        SendClientMessage(playerid, COLOR_GREY, "   Ur not in advertiser !");
	        return 1;
	    }
You missed a ')' before ||
omggg thanks <3333 god bless you btw HVALA :*
Reply
#5

remember you must put ")" whenever you change something brah
Reply
#6

EDIT: You posted your code to fix the error and then you edit your post..
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)