Error 017: undefined symbol "AC_BS_SetPlayerMoney"
#3

Quote:
Originally Posted by MouseBreaker
Посмотреть сообщение
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;
}
I'm a very beginner in scripting, could you help me ?




Quote:
Originally Posted by ******
Посмотреть сообщение
PAWN is case-sensitive.
Hmm. Yes. The thing is, where is it broken ?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)