27.04.2018, 10:20
I've creating a ticket command & PAY But there a problem!! After A Cop ticket someone and he will Pay Before Example: he have " 45984 " After pay to the cop his money will be increased! More examples:
Ticket Price: 5000 after the player pay the ticket his money will be -5000 Why?
Ticket Price: 5000 after the player pay the ticket his money will be -5000 Why?
PHP код:
GivePlayerCash(playerid, -fine);
GivePlayerCash(TicketIssuer[playerid], fine);