admin
#7

pawn Код:
public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
{
    if(ispassenger == 0)
    {
        if(vehicleid == 579)
        {
            if(!IsPlayerAdmin(playerid)
            {
                  SendClientMessage(playerid, -1, "Huntley can be driven only by admin.");
                  ClearAnimations(playerid);
            }
        }
   }
   return 1;
}
Reply


Messages In This Thread
admin - by viosteaua98 - 24.11.2011, 12:34
Re: admin - by Max_Coldheart - 24.11.2011, 12:38
Re: admin - by viosteaua98 - 24.11.2011, 12:40
Re: admin - by Kingunit - 24.11.2011, 12:43
Re: admin - by Max_Coldheart - 24.11.2011, 12:45
Re: admin - by viosteaua98 - 24.11.2011, 12:49
Re: admin - by Max_Coldheart - 24.11.2011, 12:51
Re: admin - by viosteaua98 - 24.11.2011, 12:53
Re: admin - by Kingunit - 24.11.2011, 12:54
Re: admin - by Max_Coldheart - 24.11.2011, 12:58

Forum Jump:


Users browsing this thread: 2 Guest(s)