/stuck command bug
#4

Код:
     
new playerstate = GetPlayerState(playerid)       
if(playerstate == PLAYER_STATE_DRIVER)
{
            if(IsASalesVehicle(vehicleid))
            {
                SendClientMessage(playerid, COLOR_GREY, "You are in a sale vehicle. do /exit or use /atalk!");
                return 1;
            }
            if(IsARentableVeh(vehicleid))
            {
                SendClientMessage(playerid, COLOR_GREY, "You are in a rental vehicle. do /exit or use /atalk!");
                return 1;
            }
}
Reply


Messages In This Thread
/stuck command bug - by mouadys - 11.06.2013, 19:35
Re: /stuck command bug - by RALL0 - 11.06.2013, 20:00
Re: /stuck command bug - by mouadys - 11.06.2013, 20:12
Re: /stuck command bug - by RALL0 - 11.06.2013, 20:17
Re: /stuck command bug - by mouadys - 11.06.2013, 20:46
Re: /stuck command bug - by mouadys - 11.06.2013, 21:03
Re: /stuck command bug - by RALL0 - 11.06.2013, 21:10

Forum Jump:


Users browsing this thread: 1 Guest(s)