01.03.2013, 21:57
This one part of " Rewards " this things works but the buytable not works.
pawn Код:
if(PlayerInfo[i][pRewards]==10)
{
new camorrastring[128];
new amount = 150000;
format(camorrastring, sizeof(camorrastring), "{e94a4a}[info:]{f1a3a4} You have received {003300}$%d Reward", amount);
SendClientMessage(i, COLOR_RED, camorrastring);
GivePlayerMoneyEx(i,amount);
}