1 Error in Cutter Rim Command [REP+]
#5

pawn Код:
CMD:cutterrims(playerid, params[])
{
    if(GetPlayerState(playerid) != PLAYER_STATE_DRIVER) return SendClientMessage(playerid, COLOR_GRAD2, "You are not driving a vehicle.");
    AddVehicleComponent(GetPlayerVehicleID(playerid),1079);
    GivePlayerCash(playerid, -100000)
    SendClientMessageEx(playerid, COLOR_LIGHTBLUE, "You have added Cutter Rims to your vehicle.");
    SendClientMessageEx(playerid, COLOR_LIGHTBLUE, "Please park your vehicle otherwise they will gone.");
    return 1;
}
u miss ; on GivePlayerMoney
Edit: im late again xD
Reply


Messages In This Thread
1 Error in Cutter Rim Command [REP+] - by KatieNGG - 04.08.2012, 13:51
Re: 1 Error in Cutter Rim Command [REP+] - by Kindred - 04.08.2012, 13:52
Re: 1 Error in Cutter Rim Command [REP+] - by Sascha - 04.08.2012, 13:53
Re: 1 Error in Cutter Rim Command [REP+] - by KatieNGG - 04.08.2012, 13:55
Re: 1 Error in Cutter Rim Command [REP+] - by Devilxz97 - 04.08.2012, 14:14

Forum Jump:


Users browsing this thread: 1 Guest(s)