Is it possible?
#2

Sure is;
pawn Код:
stock GivePlayerWeed(playerid, amount) {
PlayerInfo[playerid][pWeed] += amount;
return 1;
}

stock GivePlayerCocaine(playerid, amount) {
PlayerInfo[playerid][pcocaine] += amount;
return 1;
}
Reply


Messages In This Thread
Is it possible? - by weedxd - 25.01.2015, 15:56
Re: Is it possible? - by Luis- - 25.01.2015, 15:59
Re: Is it possible? - by Smileys - 25.01.2015, 15:59
Re: Is it possible? - by weedxd - 25.01.2015, 16:01

Forum Jump:


Users browsing this thread: 1 Guest(s)