02.07.2008, 05:48
Why do u need this?
How can a player enter the command if he isn't connected?
And maybe i'm wrong, but doesn't the player who gives the drugs should get money and the receiver pay?
In what u wrote its the other way around..
Also, dont u wanna check first if the player has 10$ so he wont get a minus?
Maybe i'm wrong here cuz i dont know how the system should be..
Код:
if(!IsPlayerConnected(playerid)) return 0;
And maybe i'm wrong, but doesn't the player who gives the drugs should get money and the receiver pay?
In what u wrote its the other way around..
Also, dont u wanna check first if the player has 10$ so he wont get a minus?
Maybe i'm wrong here cuz i dont know how the system should be..
