Simple help me please
#1

hey guys this is the function i am creating it

pawn Код:
public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
{
    if(vehicleid == 520)
    {
      if(!pRank[playerid] = 3; SendClientMessage(playerid, 0xFF0000FF, "You need to be Level: 3 to use this vehicle");
    }
    return 1;
}
And when player enter hydra it show him that message you need to be level 3 to use this vehicle.

I got actually ranks in my script.

so i want to set this hydra only for rank 3


thanks
Reply


Messages In This Thread
Simple help me please - by Davz*|*Criss - 02.08.2011, 16:36
Re: Simple help me please - by Calgon - 02.08.2011, 16:40
Re: Simple help me please - by Davz*|*Criss - 02.08.2011, 16:41
Re: Simple help me please - by Calgon - 02.08.2011, 16:53

Forum Jump:


Users browsing this thread: 1 Guest(s)