#1

Resolved.
Reply
#2

Search, or just take a bank script and change the commands.
Reply
#3

or ask in the script requestthread
Reply
#4

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if (strcmp("/safehelp", cmdtext, true, 9) == 0)
    {
        SendClientMessage(playerid,COLOR,"/safebalance,/safedeposit,/safewithdraw");
        return 1;
    }
    return 0;
}
For example.
Reply
#5

tnx guys
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)