01.03.2013, 22:26
I have anti money cheat in my server, but when I use the soda machine it bans me .. :/
how can I combine my pCash variable with the soda machine?
how can I combine my pCash variable with the soda machine?
if(pCash-GetPlayerMoney(playerid) == 1) {
// Vending Machine used
} else {
// Ban player
}