Help 2 problems
#1

1. I want to know how to make a command to punnish players if they brake the rules by taking some of their money the Admin will decide how much!

2. My /oldcar command doesn't work i had another GM it worked there well but on the new one it does't work i compared the /oldcar on both GMs and its completely the same i don't know wheres the problem
Reply
#2

1. What you use? dcmd, strcmp etc?

2. Because you did copy the command out a other gamemode, so you need to make it worked in the new gamemode (other functions etc)
Reply
#3

Well if you want to make the player lose money you must do the fine command
Reply
#4

how can i create one?
Reply
#5

pawn Код:
CMD:removemoney(playerid,params[])
{
        new ID,amount;
    if(sscanf(params, "ui", ID,amount)) return SendClientMessage(playerid, -1,"USAGE: /removemoney [playerid / Partofname] [amount]");
    GivePlayerMoney(ID,-amount);
    return 1;
}
Im sure you could do the SendClientMessage part and others .
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)