to add nos or nitro to all players cars
#1

if i want to add nos to all players cars when they use the command /nos how i make it that they need 100 score , points and if not got 100 score it says error u need 100 score points

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if (strcmp("/nitro", cmdtext, true, 10) == 0)
    {
        AddVehicleComponent(154, 1010); // x10 nitro <<---- how to put to x2 nos
        SendClientMessage(playerid, COLOR_RED, " You have add Nitro!");
        return 1;
    }
    return 0;
please note i am new at scripting so dont be saying easy etc ,, because if it was easy i wouldnt be asking
Reply


Messages In This Thread
to add nos or nitro to all players cars - by [LHT]Bally - 15.08.2011, 20:52
Re: to add nos or nitro to all players cars - by Wesley221 - 15.08.2011, 21:58
Re: to add nos or nitro to all players cars - by [LHT]Bally - 15.08.2011, 23:16

Forum Jump:


Users browsing this thread: 1 Guest(s)