Need Help with Making a Recon Plane
#1

Right, so for my roleplay server i'd like a recon plane for a military faction, the recon plane being the Nevada plane (Vehicle ID: 553) and i've done this:

pawn Код:
forward IsPlayerInReconPlane(playerid);


public IsPlayerInReconPlane(playerid)
{
    new carid = GetPlayerVehicleID(playerid);
    new carmodel = GetVehicleModel(carid);
    if(carmodel == 553)
    {
        LimitPlayerMarkerRadius(3000.0);
        ShowPlayerMarkers(1);
        SendClientMessage(playerid, WHITE, "You are in a SAMC Recon Plane.");
    }
    else
    {
   
    }
    return 1;
}
And none of this is working at all, so what should i have done?
Reply


Messages In This Thread
Need Help with Making a Recon Plane - by JonnyDeadly - 16.04.2011, 22:04
Re: Need Help with Making a Recon Plane - by JonnyDeadly - 17.04.2011, 09:05
Re: Need Help with Making a Recon Plane - by aircombat - 17.04.2011, 11:13
Re: Need Help with Making a Recon Plane - by Kwarde - 17.04.2011, 11:18

Forum Jump:


Users browsing this thread: 1 Guest(s)