Joining a few different integer values in a single string
#1

Is it possible to store, let's say four different values in a single string?

For example:
pawn Код:
new skin1 = 235;
new pskin2 = 192;
new pskin3 = 190;
new pskin4 = 20;
if I want all these values to merge in a single string, and give out a result like:
Код:
19219020
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.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)