/Gate help..
#1

Quote:

(38173) : warning 202: number of arguments does not match definition
(38173) : warning 202: number of arguments does not match definition
(38173) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

3 Warnings.

Код:
	if(strcmp(cmdtext, "/gate", true) == 0)
	{
	    if(IsPlayerInRangeOfPoint(playerid,9,1588.3058,-1637.9652,13.4227))
		{ //FBI GATE
		    if(!IsACop(playerid)) return SendClientMessage(playerid,COLOR_GREY,"   You are not a FBI !");
	    	if(fbigategar==0)
		   	{
		    	fbigategar = 1;
	   			MoveObject(fbigatefencegateobj, 989, 1761.3353271484, -1697.4375, 14.244383811951, 0, 0, 198);
	   		}
		}
		return 1;
	}
What am i doing wrong?



EDIT:

got it working kind of :/
[ame]http://www.youtube.com/watch?v=0NVyDNYBgaQ[/ame]
Reply
#2

You need to slow the gate right down. Make it 3.00 thats the average gate speed.
Reply
#3

And change the move cord
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)