Hook:Money_GivePlayerMoney(player, money){
return Money[playerid] = Money[playerid] + money;
}
NPP_SAVE: C:\Users\Antoine\Desktop\AnteinoServer\gamemodes\AnteinoServer.pwn CD: C:\Users\Antoine\Desktop\AnteinoServer\gamemodes Current directory: C:\Users\Antoine\Desktop\AnteinoServer\gamemodes "C:\Users\Antoine\Desktop\AnteinoServer\pawno\pawncc.exe" "AnteinoServer.pwn" -; -( Process started >>> AnteinoServer.pwn(53) : warning 203: symbol is never used: "Money_GivePlayerMoney" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Warning. <<< Process finished. ================ READY ================
I would have seen this long ago had it been posted in the y_hooks topic.
Anyway, y_hooks only works on callbacks (and I'm trying to find a way to make it work on timers, but there's a technical issue yet to get past, but that's beside the point). If you want to hook functions you need to use the old ALS method, though it's a little easier for functions: pawn Код:
|