Error 017: undefined symbol "AC_BS_SetPlayerMoney"
#2

Like the compiler says. The function safeAC_BS_SetPlayerMoney(playerid); is not defined in your script.
You should script a new stock function.
pawn Код:
stock AC_BS_SetPlayerMoney(playerid)
{
    // What should happen here.
    return 1;
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)