23.09.2017, 10:20
Under:
CMD:getbccash(playerid, params[])
new name[MAX_PLAYER_NAME];
You are missing this dear friend:
GetPlayerName(playerid, name, 26); // MAX_PLAYER_NAME has 24 characters, not 26 though.
Also just an advice, dont write this under your signature:
Scripting Systems/Commands In Money$
If you have no freaking clue how to fix your own code.
CMD:getbccash(playerid, params[])
new name[MAX_PLAYER_NAME];
You are missing this dear friend:
GetPlayerName(playerid, name, 26); // MAX_PLAYER_NAME has 24 characters, not 26 though.
Also just an advice, dont write this under your signature:
Scripting Systems/Commands In Money$
If you have no freaking clue how to fix your own code.