How can i make this work ?
#6

Quote:

its the same code lol .

lool, no see your cmd

Код:
CMD:work(playerid,params[])
{
    if(gTeam[playerid] == TEAM_ARMY)
    {
    if(IsPlayerInRangeOfPoint(playerid,50.0,-1314.2576,498.6849,18.2344))
    {
    CP_SFCarrier = CreateDynamicCP(-1314.2576,498.6849,18.2344,-1,-1,-1,-1,30.0);
    SendClientMessage(playerid,COLOR_ORANGE,"[{FFA500}FLIGHT{EEEEEE}]Complete a flight from SF Carrier to A51");
    }
    if(IsPlayerInRangeOfPoint(playerid,50.0,311.3356,2049.9468,17.6406))
    {
    CP_A51 = CreateDynamicCP(311.3356,2049.9468,17.6406,-1,-1,-1,-1,50.0);
    SendClientMessage(playerid,COLOR_ORANGE,"[{FFA500}FLIGHT{EEEEEE}]Complete a flight from A51 to SF Carrier");
    }
    }
    return 1;
}
Mine is ;

Код:
CMD:work(playerid,params[]) 
{ 
    if(gTeam[playerid] == TEAM_ARMY) 
    { 
    if(IsPlayerInRangeOfPoint(playerid,50.0,-1314.2576,498.6849,18.2344)) 
    { 
    CP_SFCarrier = CreateDynamicCP(311.3356,2049.9468,17.6406,-1,-1,-1,-1,30.0); 
    SendClientMessage(playerid,COLOR_ORANGE,"[{FFA500}FLIGHT{EEEEEE}]Complete a flight from SF Carrier to A51"); 
    } 
    if(IsPlayerInRangeOfPoint(playerid,50.0,311.3356,2049.9468,17.6406)) 
    { 
    CP_A51 = CreateDynamicCP(-1314.2576,498.6849,18.2344,-1,-1,-1,-1,50.0); 
    SendClientMessage(playerid,COLOR_ORANGE,"[{FFA500}FLIGHT{EEEEEE}]Complete a flight from A51 to SF Carrier"); 
    } 
    } 
    return 1; 
}
Reply


Messages In This Thread
How can i make this work ? - by Johnson_Brooks - 24.05.2014, 19:55
Re: How can i make this work ? - by Johnson_Brooks - 25.05.2014, 08:49
Re : How can i make this work ? - by yusei - 25.05.2014, 08:59
Re: Re : How can i make this work ? - by Johnson_Brooks - 25.05.2014, 09:16
Re: How can i make this work ? - by superrobot48 - 25.05.2014, 09:22
Re : How can i make this work ? - by yusei - 25.05.2014, 09:24
Re: How can i make this work ? - by biker122 - 25.05.2014, 09:27
Re: How can i make this work ? - by BroZeus - 25.05.2014, 09:35
Re: How can i make this work ? - by Johnson_Brooks - 25.05.2014, 10:00
Re : How can i make this work ? - by yusei - 25.05.2014, 10:15

Forum Jump:


Users browsing this thread: 1 Guest(s)