Omg stupid problem!!!
#4

You cannot change that to whatever you want...

try this

pawn Код:
dcmd_jack(playerid, params[])
{
    #pragma unused params
    new newstate;
    if(PlayerInfo[playerid][pJob] != 1) return SendClientMessage(playerid,COLOR_AFOR,"You are not a car jacker !");
    if(PlayerInfo[playerid][pJob] == 1)
    {
        if( newstate == PLAYER_STATE_DRIVER )
        {
            newstate = GetPlayerVehicleID(playerid);
            if(IsAJackAble(newstate))
            {
                //blablabla
            }
        }
    }
    return 1;
}
Reply


Messages In This Thread
Omg stupid problem!!! - by bijoyekuza - 29.03.2011, 17:20
Re: Omg stupid problem!!! - by xir - 29.03.2011, 17:22
Re: Omg stupid problem!!! - by bijoyekuza - 29.03.2011, 17:25
Re: Omg stupid problem!!! - by xir - 29.03.2011, 17:28
Re: Omg stupid problem!!! - by bijoyekuza - 29.03.2011, 17:43
Re: Omg stupid problem!!! - by xir - 29.03.2011, 17:53
Re: Omg stupid problem!!! - by bijoyekuza - 29.03.2011, 17:58
Re: Omg stupid problem!!! - by xir - 29.03.2011, 18:02
Re: Omg stupid problem!!! - by bijoyekuza - 29.03.2011, 18:04

Forum Jump:


Users browsing this thread: 1 Guest(s)