Pretty Simple Question
#1

Okay, So heres the problem, Removing the skin part gives me a bunch of errors. 26 of them. Probally indent problem.

Can someone Remove it?

Код:
	if(strcmp("/gate", cmdtext, true, 8) == 0)
	{
	    if(PlayerToPoint(25, playerid, 281.667694, 1821.519043, 16.701317))
	    {
         	if(GetPlayerSkin(playerid) == 287)
	        if(GetPlayerSkin(playerid) == 118)
	        {
	            if(a51_liftstatus == 1)
	            {
	                MoveObject(a51_lift1, 281.667694, 1821.519043, 23.451214, 4);
	                MoveObject(a51_lift2, 290.248383, 1821.519043, 23.451214, 4);
	                MoveObject(a51_lift3, 275.712830, 1821.519043, 23.451214, 4);
	                MoveObject(a51_lift4, 296.168213, 1821.519043, 23.451214, 4);
	                SendClientMessage(playerid, COLOR_LIGHTGREEN, "*    Area51 Lift Going Up");
	                a51_liftstatus = 0;
				}
				else if(a51_liftstatus == 0)
				{
				    MoveObject(a51_lift1, 281.667694, 1821.519043, 16.701317, 4);
				    MoveObject(a51_lift2, 290.248383, 1821.519043, 16.701317, 4);
				    MoveObject(a51_lift3, 275.712830, 1821.519043, 16.701317, 4);
				    MoveObject(a51_lift4, 296.168213, 1821.519043, 16.701317, 4);
				    SendClientMessage(playerid, COLOR_LIGHTRED, "*  Area51 Lift Going Down");
				    a51_liftstatus = 1;
    }
  	}
			else
			{
				SendClientMessage(playerid, COLOR_LIGHTRED, "   You are not a Soldier");
			}
		}
		return 1;
 }
Remove
Код:
         	if(GetPlayerSkin(playerid) == 287)
	        if(GetPlayerSkin(playerid) == 118)
Reply


Messages In This Thread
Please help with this issue - by HayZatic - 10.07.2011, 23:41
Re: Pretty Simple Question - by Adil - 10.07.2011, 23:50
Re: Pretty Simple Question - by HayZatic - 11.07.2011, 00:15
Re: Pretty Simple Question - by Adil - 11.07.2011, 01:16
Re: Pretty Simple Question - by HayZatic - 11.07.2011, 01:26

Forum Jump:


Users browsing this thread: 1 Guest(s)