Jump to content
  • 0

Can anyone help me about dooming a certain map every 30 minutes?


Question

4 answers to this question

Recommended Posts

  • 1
Posted
-	script	sample	-1,{
OnMinute00:
OnMinute30:
	.@size = getmapunits(BL_PC, "ordeal_a02", .@gid);
	for (.@i = 0; .@i < .@size; .@i++) {
		if (unitexists(.@gid[.@i]))
			unitkill .@gid[.@i];
	}
	end;
}

 

  • 0
Posted
1 hour ago, Eros said:

Thank you guys how about warping everyone on savepoint during 30 minutes?

-	script	sample	-1,{
OnMinute00:
OnMinute30:
	.@size = getmapunits(BL_PC, "ordeal_a02", .@name$);
	for (.@i = 0; .@i < .@size; .@i++)
		warp "SavePoint", 0, 0, convertpcinfo(.@name$[.@i], CPC_CHAR);
	end;
}

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...