Random string
#2

Ex:
pawn Код:
new RandomString[5][8] = {
{"hey"},
{"hello"},
{"sup"},
{"waddup"},
{"hi"}
};

//format
new VBString[24];
format(VBString, sizeof VBString, "Test : %s", RandomString[random(sizeof(RandomString))]);
Reply


Messages In This Thread
Random string - by RedFusion - 20.09.2012, 22:51
Re: Random string - by ViniBorn - 20.09.2012, 23:12

Forum Jump:


Users browsing this thread: 1 Guest(s)