Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion data/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@
"GBANK_NO_AVAILABLE_CASH": "@error You cannot carry more than %$ in cash.",
"GBANK_NO_AVAILABLE_BALANCE": "@error The bank is not willing to store more than %$ for your gang.",
"GBANK_NO_EMPTY_TRANSACTIONS": "@error You need to choose a positive amount of money for this transaction.",
"GBANK_BALANCE": "{2196F3}* %s's balance is {BBDEFB}%${2196F3}. Your account can store up to {BBDEFB}%${2196F3}.",
"GBANK_BALANCE": "{2196F3}* %s's balance is {BBDEFB}%${2196F3}. Your gang can store up to {BBDEFB}%${2196F3}.",
"GBANK_STORED": "{2196F3}* You have deposited {BBDEFB}%${2196F3}. %s's new account balance is {BBDEFB}%${2196F3}.",
"GBANK_WITHDRAWN": "{2196F3}* You have withdrawn {BBDEFB}%${2196F3}. %s's new account balance is {BBDEFB}%${2196F3}.",

Expand Down
2 changes: 1 addition & 1 deletion pawn/Elements/Player/Commands/General.pwn
Original file line number Diff line number Diff line change
Expand Up @@ -997,7 +997,7 @@ MyHelp:
SendClientMessage(playerid, Color::White, "Usage: /my [deathmessage/playerinfo/properties/ramp/skin/spawnweapons/spawnmoney/stats]");

if (Player(playerid)->isAdministrator() || UndercoverAdministrator(playerid)->isUndercoverAdministrator()) {
SendClientMessage(playerid, Color::White, "Usage: /my {DDDDDD}[allchat/armour/color/health/hide/(goto/save)loc/maptp]");
SendClientMessage(playerid, Color::White, "Usage: /my {DDDDDD}[allchat/armour/(un)freeze/color/health/hide/(goto/save)loc/maptp]");
SendClientMessage(playerid, Color::White, "Usage: /my {DDDDDD}[messagelevel/resetspawnweapons/weapon/weather/teleport/time]");
} else if (Player(playerid)->isAdministrator())
SendClientMessage(playerid, Color::White, "Usage: /my {DDDDDD}[color/resetspawnweapons/teleport/weather/time]");
Expand Down