Little question about mselection
#1

I have question about mselection model preview.
How could i make that, if i select/choose the vehicle from model preview in IG, then it gives me right vehicle name and the vehicle price.

Maybe someone knows that?
Reply
#2

Maybe someone can help?
Reply
#3

No one?
Reply
#4

Not when you bump every 5 minutes. 24 hours.
Reply
#5

pawn Код:
public OnPlayerModelSelection(playerid, response, listid, modelid)
{
    if(listid == gunlist)
    {
        if(response)
        {
            switch(modelid)
            {
                case 331:
                {
                if (GetPlayerMoney(playerid) <2000) return SendClientMessage(playerid,-1,"You do not have enough cash");
                GivePlayerWeapon(playerid, 1, AMMO);
                }
            }
            SendClientMessage(playerid, 0x33AA33AA, "The weapon is selected!");
        }
        else SendClientMessage(playerid, 0xFF0000FF, "You cancelled a weapon choice!");
        return 1;
    }
    return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)