25.01.2015, 15:56
So i have these:
PlayerInfo[playerid][pcocaine] += 5;
PlayerInfo[playerid][pWeed] += 10;
Am i able to make them as a fucntion like this?
GivePlayerWeapon(playerid,0,0);
PlayerInfo[playerid][pcocaine] += 5;
PlayerInfo[playerid][pWeed] += 10;
Am i able to make them as a fucntion like this?
GivePlayerWeapon(playerid,0,0);