24.08.2011, 19:22
Hello,
just a small mindtwist while im scripting to make some random coordinates
if i do this...lets say in a command
will both show the same random ? Oo
if not then how should i do that?
just a small mindtwist while im scripting to make some random coordinates
if i do this...lets say in a command
pawn Code:
pickup = CreatePickup(1279,1,RandomDelivery[randD][0],RandomDelivery[randD][1],RandomDelivery[randD][2],0);
SetPlayerMapIcon( playerid, 12, RandomDelivery[randD][0],RandomDelivery[randD][1],RandomDelivery[randD][2], 52, 0, MAPICON_GLOBAL);
will both show the same random ? Oo
if not then how should i do that?