is this correct?
#8

Quote:
Originally Posted by sampmark05
Посмотреть сообщение
i have question again is this correct?

Код:
CMD:goldrims(playerid, params[])
{
    if(PlayerInfo[playerid][pAdmin] >= 4)
    {
        AddVehicleComponent(GetPlayerVehicleID(playerid), 1080);

    
    return 1;
}
}
No, do it like this:-

pawn Код:
CMD:goldrims(playerid, params[])
{
    if(PlayerInfo[playerid][pAdmin] >= 4)
    {
        AddVehicleComponent(GetPlayerVehicleID(playerid), 1080);
    }
    return 1;
}
-FalconX
Reply


Messages In This Thread
is this correct? - by sampmark05 - 26.04.2012, 05:55
Re: is this correct? - by FalconX - 26.04.2012, 05:59
Re: is this correct? - by RollTi - 26.04.2012, 06:03
Re: is this correct? - by sampmark05 - 26.04.2012, 06:03
Re: is this correct? - by sampmark05 - 26.04.2012, 06:06
Re: is this correct? - by FalconX - 26.04.2012, 06:09
Re: is this correct? - by sampmark05 - 26.04.2012, 06:15
Re: is this correct? - by FalconX - 26.04.2012, 06:16
AW: is this correct? - by Blunt P - 26.04.2012, 06:17
Re: AW: is this correct? - by Mark™ - 26.04.2012, 06:29

Forum Jump:


Users browsing this thread: 1 Guest(s)