Dynamic Giftbox Problem
#5

Quote:
Originally Posted by SAMProductions
Посмотреть сообщение
Try changing :-
pawn Код:
if(IsPlayerInAnyVehicle(playerid))
{
    SendClientMessageEx(playerid, COLOR_GREY, "You must be on foot to use this command.");
    return 1;
}
to this :-
pawn Код:
if(!IsPlayerInAnyVehicle(playerid))
{
    SendClientMessageEx(playerid, COLOR_GREY, "You must be on foot to use this command.");
    return 1;
}
Are you high, bro?
Reply


Messages In This Thread
Dynamic Giftbox Problem - by Yander - 17.05.2014, 05:09
Re: Dynamic Giftbox Problem - by SAMProductions - 17.05.2014, 05:23
Re: Dynamic Giftbox Problem - by Yander - 17.05.2014, 05:25
Re: Dynamic Giftbox Problem - by SAMProductions - 17.05.2014, 05:43
Re: Dynamic Giftbox Problem - by Affan - 17.05.2014, 05:48
Re: Dynamic Giftbox Problem - by SAMProductions - 17.05.2014, 05:52

Forum Jump:


Users browsing this thread: 1 Guest(s)