View Single Post
Franc1sco
Veteran Member
Join Date: Oct 2010
Location: Spain (Madrid)
Old 08-29-2013 , 06:49   Re: [Any] Dev Zones (with natives for developers)
Reply With Quote #11

Quote:
Originally Posted by nomy View Post
But what about adding the sitio6 coords using menu and not manually?

Like this: http://forums.eventscripts.com/viewt...p?f=27&t=46447
Quote:
Originally Posted by Franc1sco View Post
New version v1.2

-Added caseSensitive value in the "Zone_IsClientInZone" native and update Slap Zones plugin for use version 1.2
-Added new native:
Code:
/**
 * Get a zone position
 * @String zone   Zone name to search position.
 * @bool caseSensitive     If true, comparison is case sensitive. If false, comparison is case insensitive.
 * @Float Position   Array when the zone position will be copied
 * @return true on successfully, false otherwise
 */
native Zone_GetZonePosition(String:zone[], bool:caseSensitive=false, Float:Position[3]);

Now with the new native is possible make that

For make it, create a zone named "Teleport1" and other zone named "Target1", then when a client entry in the zone named "Teleport1" will be teleported to the zone "Target1"

Zones with "TeleportX" will be used for teleport players to zone "TargetX".


For example, a zone named Teleport13 will be teleport players to a zone named Target13 if that zone exist.


This is posible with this new party-plugin using the new native

DOWNLOAD HERE
__________________
Veteran Coder -> Activity channel
Coding on CS2 and taking paid and free jobs.

Contact: Steam, Telegram or discord ( franug ).

You like my work? +Rep in my steam profile comments or donate.


Last edited by Franc1sco; 12-27-2015 at 20:42.
Franc1sco is offline
Send a message via MSN to Franc1sco