2 Warnings I cant figure out
#1

Warnings:
Код:
C:\Users\Jordan\Desktop\Windows-Server\gamemodes\vx-rp.pwn(11477) : warning 202: number of arguments does not match definition
C:\Users\Jordan\Desktop\Windows-Server\gamemodes\vx-rp.pwn(11483) : warning 217: loose indentation
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


2 Warnings.
Код:
CMD:cgate(playerid, params[]) {
	if(playerVariables[playerid][pGroup] == 5)
	if(IsPlayerInRangeOfPoint(playerid, 7.0, -411.60000610352, 1361.6999511719, 31.200000762939))
	{
	    	MoveObject(objectname2, -411.60000610352, 1361.6999511719, 31.200000762939); // line 11477
 	}
 	else
 	{
		  SendClientMessage(playerid, COLOR_RED, "YOu are either not in range or not apart of the S.A.S!");
 	}
	 return 1;
}
Reply


Messages In This Thread
2 Warnings I cant figure out - by BleverCastard - 07.01.2012, 10:46
Re: 2 Warnings I cant figure out - by BleverCastard - 07.01.2012, 10:54
Re: 2 Warnings I cant figure out - by Konstantinos - 07.01.2012, 10:56
Re: 2 Warnings I cant figure out - by BleverCastard - 07.01.2012, 11:01
Re: 2 Warnings I cant figure out - by Konstantinos - 07.01.2012, 11:03

Forum Jump:


Users browsing this thread: 2 Guest(s)