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