31.01.2011, 16:56
Hi... i have an xp system, but i dont know how to make that to player it will be given random? can someone help me?
pawn Код:
pInfo[killerid][xp]+=20;
pInfo[killerid][xp]+=20;
new xprandom;
pInfo[killerid][Patirtis]+= xprandom = random(50);
warning: symbol is assigned a value that is never used: "xprandom"
pInfo[killerid][Patirtis]+= xprandom == random(50);
pInfo[killerid][xp] += random(20) + 1;