Gate Commands
#1

Код:
COMMAND:bcsdo(playerid, params[])
{
	for (new i = 0; i < APPROX_PLAYERS; i++)
 	{
	   if (IsPlayerConnected(i) )
	   {
  		 if(gteam[i]==Team_LSPD)
 		 {
		 	MoveObject(BCSDDoor1, -227.91, 1214.85, 19.66, 2 ,0.00, 0.00, 0.00);
		 	MoveObject(BCSDDoor2, -232.86, 1214.87, 19.66, 2 ,0.00, 0.00, 179.46);
         	}
		}
	}
	return 1;
}
COMMAND:bcsdc(playerid, params[])
{
	for (new i = 0; i < APPROX_PLAYERS; i++)
 	{
	   if (IsPlayerConnected(i) )
	   {
	     if(gteam[i]==Team_LSPD)
		 {
		 	MoveObject(BCSDDoor1, -229.5500000, 1214.85, 19.66, 2 ,0.00, 0.00, 0.00);
		 	MoveObject(BCSDDoor2, -231.2700000, 1214.85, 19.66, 2 ,0.00, 0.00, 179.46);
			}
		}
	}
	return 1;
}
ERROR:
Код:
C:\Users\Owner\Desktop\BC ELGIN RP\gamemodes\ProjectElgin.pwn(36600) : error 076: syntax error in the expression, or invalid function call
C:\Users\Owner\Desktop\BC ELGIN RP\gamemodes\ProjectElgin.pwn(36601) : error 076: syntax error in the expression, or invalid function call
C:\Users\Owner\Desktop\BC ELGIN RP\gamemodes\ProjectElgin.pwn(36615) : error 076: syntax error in the expression, or invalid function call
C:\Users\Owner\Desktop\BC ELGIN RP\gamemodes\ProjectElgin.pwn(36616) : error 076: syntax error in the expression, or invalid function call
Reply


Messages In This Thread
Gate Commands - by Cheynoa - 09.04.2013, 22:29
Re: Gate Commands - by iJumbo - 09.04.2013, 22:31
Re: Gate Commands - by Cheynoa - 09.04.2013, 22:38
Re: Gate Commands - by iJumbo - 09.04.2013, 22:42
Re: Gate Commands - by Cheynoa - 09.04.2013, 22:47
Re: Gate Commands - by Cheynoa - 09.04.2013, 22:55
Re: Gate Commands - by iJumbo - 09.04.2013, 22:56
Re: Gate Commands - by Pottus - 09.04.2013, 23:15
Re: Gate Commands - by Cheynoa - 10.04.2013, 16:04

Forum Jump:


Users browsing this thread: 1 Guest(s)