is it possable?
#9

I changed the code a little it should work if not sorry.
pawn Код:
public OnVehicleStreamIn(vehicleid, forplayerid)
{
    if(GetVehicleModel(vehicleid) == 520)
    {
        if(!IsPlayerAdmin(playerid))
        {
            SetVehicleParamsForPlayer(vehicleid, forplayerid, 0, 1);
            SendClientMessage(playerid, 0xff0000FF, "Only admin can fly hydra's");
        }
    }
    return 1;
}
Reply


Messages In This Thread
is it possable? - by hadzx - 24.01.2011, 08:34
Re: is it possable? - by iggy1 - 24.01.2011, 08:40
Re: is it possable? - by Stigg - 24.01.2011, 08:40
Re: is it possable? - by hadzx - 24.01.2011, 08:42
Re: is it possable? - by HyperZ - 24.01.2011, 08:43
Re: is it possable? - by iggy1 - 24.01.2011, 08:44
Re: is it possable? - by hadzx - 24.01.2011, 08:46
Re: is it possable? - by hadzx - 24.01.2011, 09:08
Re: is it possable? - by iggy1 - 24.01.2011, 09:14
Re: is it possable? - by Grim_ - 24.01.2011, 09:19

Forum Jump:


Users browsing this thread: 2 Guest(s)