SAMP Movegate Problem? ;(
#1

ok so i made a gate and u can open and close and i made it in MTA SA Raceeditor converted it and blah blah blah


and i made the open/close command and i get theses errors ;/ how do i shorten the pos down or wut ever

Код:
if (strcmp("/opengate", cmdtext, true, 10) == 0)
	{
        MoveObject(CarShopGate, 2458.39648438,-1779.59020996,17.16600418,0.00000000,0.00000000,179.99450684, 3.0);
        return 1;
	}
	if (strcmp("/closegate", cmdtext, true, 10) == 0)
	{
        MoveObject(CarShopGate, 2458.73242188,-1779.78686523,14.81658936,179.99450684, 3.0);
        return 1;
	}
and the BORNING ERRORS ;/


Код:
C:\Users\Stephen\Desktop\serv\gamemodes\gmtest.pwn(456) : warning 202: number of arguments does not match definition
C:\Users\Stephen\Desktop\serv\gamemodes\gmtest.pwn(456) : warning 202: number of arguments does not match definition
C:\Users\Stephen\Desktop\serv\gamemodes\gmtest.pwn(456) : warning 202: number of arguments does not match definition
C:\Users\Stephen\Desktop\serv\gamemodes\gmtest.pwn(461) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


4 Warnings.
any ideas? thanks
Reply


Messages In This Thread
SAMP Movegate Problem? ;( - by hadzx - 01.11.2010, 12:37
Re: SAMP Movegate Problem? ;( - by knackworst - 01.11.2010, 12:49
Re: SAMP Movegate Problem? ;( - by hadzx - 01.11.2010, 12:51
Re: SAMP Movegate Problem? ;( - by knackworst - 01.11.2010, 13:13
Re: SAMP Movegate Problem? ;( - by hadzx - 01.11.2010, 13:31
Re: SAMP Movegate Problem? ;( - by knackworst - 01.11.2010, 13:53
Re: SAMP Movegate Problem? ;( - by Bessensap - 01.11.2010, 16:15

Forum Jump:


Users browsing this thread: 1 Guest(s)