07.09.2014, 11:00
Quote:
not sure
but i think there is same message when giving or taking exp so u got confused so pawn Код:
pawn Код:
|
Anyways, here's how I use the stock; ( just a small line )
pawn Код:
if(gPlayerInfo[playerid][gRExperience] >= 50) SendClientMessage(playerid, -1, "Nitestick bought for 50 xp!"), GiveExperience(playerid, -50), gPlayerInfo[playerid][Slot][1] = 1;
Should I maybe create a "TakeExperience"? ;d
EDIT: Yeah, created a "TakeExperience" and it works now.