Quote:
Originally Posted by Viniborn
You can't make this with strings. Use format.
pawn Код:
PlayerInfo[giveplayerid][pCC] = ccs;
pawn Код:
new cc = random(9999); format(PlayerInfo[giveplayerid][pCC], sizeof(PlayerInfo[giveplayerid][pCC]), "CC%d%d", cc, level);
|
Fail... Only caused more errors, you sure you know what your talking about?