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

======
Reply
#2

Quote:

E:\NGRP\gamemodes\NGRP_main.pwn(38078

Lols, no help you shall be given.
Reply
#3

pawn Код:
GivePlayerCash(playerid, -100000)
should be
pawn Код:
GivePlayerCash(playerid, -100000);


This forum requires that you wait 120 seconds between posts. Please try again in 16 seconds. -- blablabla
Reply
#4

Quote:
Originally Posted by Kindred
Посмотреть сообщение
Lols, no help you shall be given.
lol your really a stupid guy i think you haven't seen this before: https://sampforum.blast.hk/showthread.php?tid=351357 and my reputation goes to Sascha
Reply
#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


Forum Jump:


Users browsing this thread: 1 Guest(s)