GangZoneHideForAll FR

From SA-MP Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 04:09, 5 January 2013
Connor Mead (Talk | contribs)

← Previous diff
Revision as of 22:09, 4 February 2014
Connor Mead (Talk | contribs)

Next diff →
Line 1: Line 1:
 +{{ScriptingFR}
 +
 +{{Description|Cache une zone de gang pour tous les joueurs.}}
 +
 +{{ParametersFR|zone}}
 +{{Param|zone|L'ID de la zone de gang à cacher.}}
 +
 +{{NoReturnFR}}
 +
 +<pawn>
 +new gangzone;
 +gangzone = GangZoneCreate(1248.011, 2072.804, 1439.348, 2204.319);
 +GangZoneHideForAll(gangzone);
 +</pawn>
 +
 +{{RelatedFunctionsFR}}
 +{{GangZoneCreate_FR}}
 +{{GangZoneDestroy_FR}}
 +{{GangZoneShowForPlayer_FR}}
 +{{GangZoneShowForAll_FR}}
 +{{GangZoneHideForPlayer_FR}}
 +{{GangZoneFlashForPlayer_FR}}
 +{{GangZoneFlashForAll_FR}}
 +{{GangZoneStopFlashForPlayer_FR}}
 +{{GangZoneStopFlashForAll_FR}}
 +
[[Category:Scripting Functions FR]] [[Category:Scripting Functions FR]]
 +
 +[[en:GangZoneHideForAll]]

Revision as of 22:09, 4 February 2014

{{ScriptingFR}

Description:

Cache une zone de gang pour tous les joueurs.


Paramètres:
(zone)
zoneL'ID de la zone de gang à cacher.


RetourneCette fonction ne retourne pas de valeur spécifique.


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

Fonctions Relatives

Les fonctions suivantes peuvent être utiles car elles sont indirectement ou directement liées a cette fonction.

In other languages