29.10.2012, 22:39
Is it possible to store, let's say four different values in a single string?
For example:
if I want all these values to merge in a single string, and give out a result like:
I saw a tutorial or something about this a while back, but can't find it. I want to use this so I don't have to create different string values for every house a player purchases, and also because so the player could buy how many he wishes.
For example:
pawn Код:
new skin1 = 235;
new pskin2 = 192;
new pskin3 = 190;
new pskin4 = 20;
Код:
19219020