GangZoneHideForAll

From SA-MP Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 21:49, 29 December 2009
Mikep (Talk | contribs)

← Previous diff
Current revision
Connor Mead (Talk | contribs)

Line 1: Line 1:
{{Scripting}} {{Scripting}}
-{{Title}} 
{{Description|GangZoneHideForAll hides a gangzone from all players.}} {{Description|GangZoneHideForAll hides a gangzone from all players.}}
Line 27: Line 26:
[[Category:Scripting Functions]] [[Category:Scripting Functions]]
 +
 +[[fr:GangZoneHideForAll]]

Current revision



Description:

GangZoneHideForAll hides a gangzone from all players.


Parameters:
(zone)
zoneThe zone to hide.


Return Values:

This function does not return any specific values.


new gangzone;
gangzone = GangZoneCreate(1248.011, 2072.804, 1439.348, 2204.319);
GangZoneHideForAll(gangzone);

Related Functions

The following functions may be useful, as they are related to this function in one way or another.

In other languages