GTAOnline.net
San Andreas Multiplayer (sa:mp) => Scripting SA-MP [Pawn center] => Discussion démarrée par: Barillas le 17 Juillet 2009, 10:03:23
-
Bonjour,
Je voulais mettre un fs qui permet de changer la gravité du joueur en tapant une commande mais le problème:
C:UsersBarillasDesktop[FR] Barillas RolePlay [RP]filterscriptsyam.pwn(9) : error 017: undefined symbol "SetPlayerGravity"
C:UsersBarillasDesktop[FR] Barillas RolePlay [RP]filterscriptsyam.pwn(15) : error 017: undefined symbol "SetPlayerGravity"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
2 Errors.
J'ai mis un plugin " YSF.dll " dans un dossier plugins, j'ai rajouté à mon server.cfg une ligne plugins YSF, j'ai lancé le serveur ça me dit qu'il est lancé mais quand je veut compilé le script ça me met: Undefined Sympol SetPlayerGravity ...
Je ne comprends rien,
Merci de bien vouloir m'aider.
-
http://forum.sa-mp.com/index.php?topic=83109.0 (http://forum.sa-mp.com/index.php?topic=83109.0)
* PAWN
To use the YSF functions in your scripts make sure "YSF.inc" is in "pawno/include". Then add:
PAWN Code:
#include <YSF>
To the script you wish to use the functions in. See "Examples" for further usage information.
-
Bien mais je l'ai pas le .inc..
-
suffit de chercher un peu ... http://y-less.pastebin.ca/1324341 (http://y-less.pastebin.ca/1324341)