some help request
#1

I have a server, and we spawn all at 1 point. Now i need a command that can make them move random, left right etc.
like unjam. But i don't have a clue how to. Hope somebody can help me.
Reply
#2

new Float:RandomSpawn[4][3] = {
{x.x,y.y,z.z}.
{x.x,y.y,z.z}.
{x.x,y.y,z.z}.
{x.x,y.y,z.z}
};

at spawn
new rand = random(sizeof(RandomSpawn));
SetPlayerPos(playerid,RandomSpawn[rand][0],RandomSpawn[rand][1],RandomSpawn[rand][2]);
Reply
#3

haha, this is not what i meant but thnx, I need a command when i type /unstuck that players in my spot will be moved to forward,right,left,backward. So were not stuck anymore. And it should be like 1m away from me or so
Reply
#4

But why you want be stuck together at start?, make a random and you will not need this /unstuck
Reply
#5

Because i have more spawns, and different maps and there are no restarts..
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)