GTAOnline.net
San Andreas Multiplayer (sa:mp) => Problèmes et bugs => Discussion démarrée par: darkdudess le 04 Juin 2011, 16:56:09
-
Bonjours j'ai un petit problème lors de ma compilation du GM avec le mapping !
Avant toute chose je tien a dire que j'ai le streamer.dll et autres
Voila le bug :
C:\Users\Franck\Desktop\GM a testé\South-City 2 - Copie\samp_351\pawno\include\streamer.inc(449) : warning 202: number of arguments does not match definition
C:\Users\Franck\Desktop\GM a testé\South-City 2 - Copie\samp_351\gamemodes\lvdr.pwn(524) : error 025: function heading differs from prototype
C:\Users\Franck\Desktop\GM a testé\South-City 2 - Copie\samp_351\gamemodes\lvdr.pwn(11623) : error 017: undefined symbol "CreateStreamedObject"
C:\Users\Franck\Desktop\GM a testé\South-City 2 - Copie\samp_351\gamemodes\lvdr.pwn(11624) : error 017: undefined symbol "CreateStreamedObject"
C:\Users\Franck\Desktop\GM a testé\South-City 2 - Copie\samp_351\gamemodes\lvdr.pwn(11625) : error 017: undefined symbol "CreateStreamedObject"
C:\Users\Franck\Desktop\GM a testé\South-City 2 - Copie\samp_351\gamemodes\lvdr.pwn(11626) : error 017: undefined symbol "CreateStreamedObject"
C:\Users\Franck\Desktop\GM a testé\South-City 2 - Copie\samp_351\gamemodes\lvdr.pwn(11627) : error 017: undefined symbol "CreateStreamedObject"
C:\Users\Franck\Desktop\GM a testé\South-City 2 - Copie\samp_351\gamemodes\lvdr.pwn(11628) : error 017: undefined symbol "CreateStreamedObject"
C:\Users\Franck\Desktop\GM a testé\South-City 2 - Copie\samp_351\gamemodes\lvdr.pwn(11629) : error 017: undefined symbol "CreateStreamedObject"
C:\Users\Franck\Desktop\GM a testé\South-City 2 - Copie\samp_351\gamemodes\lvdr.pwn(11630) : error 017: undefined symbol "CreateStreamedObject"
C:\Users\Franck\Desktop\GM a testé\South-City 2 - Copie\samp_351\gamemodes\lvdr.pwn(11631) : error 017: undefined symbol "CreateStreamedObject"
C:\Users\Franck\Desktop\GM a testé\South-City 2 - Copie\samp_351\gamemodes\lvdr.pwn(11632) : error 017: undefined symbol "CreateStreamedObject"
C:\Users\Franck\Desktop\GM a testé\South-City 2 - Copie\samp_351\gamemodes\lvdr.pwn(11633) : error 017: undefined symbol "CreateStreamedObject"
C:\Users\Franck\Desktop\GM a testé\South-City 2 - Copie\samp_351\gamemodes\lvdr.pwn(11634) : error 017: undefined symbol "CreateStreamedObject"
C:\Users\Franck\Desktop\GM a testé\South-City 2 - Copie\samp_351\gamemodes\lvdr.pwn(11635) : error 017: undefined symbol "CreateStreamedObject"
C:\Users\Franck\Desktop\GM a testé\South-City 2 - Copie\samp_351\gamemodes\lvdr.pwn(11636) : error 017: undefined symbol "CreateStreamedObject"
C:\Users\Franck\Desktop\GM a testé\South-City 2 - Copie\samp_351\gamemodes\lvdr.pwn(11637) : error 017: undefined symbol "CreateStreamedObject"
C:\Users\Franck\Desktop\GM a testé\South-City 2 - Copie\samp_351\gamemodes\lvdr.pwn(11638) : error 017: undefined symbol "CreateStreamedObject"
C:\Users\Franck\Desktop\GM a testé\South-City 2 - Copie\samp_351\gamemodes\lvdr.pwn(11639) : error 017: undefined symbol "CreateStreamedObject"
C:\Users\Franck\Desktop\GM a testé\South-City 2 - Copie\samp_351\gamemodes\lvdr.pwn(11640) : error 017: undefined symbol "CreateStreamedObject"
C:\Users\Franck\Desktop\GM a testé\South-City 2 - Copie\samp_351\gamemodes\lvdr.pwn(11641) : error 017: undefined symbol "CreateStreamedObject"
C:\Users\Franck\Desktop\GM a testé\South-City 2 - Copie\samp_351\gamemodes\lvdr.pwn(11642) : error 017: undefined symbol "CreateStreamedObject"
C:\Users\Franck\Desktop\GM a testé\South-City 2 - Copie\samp_351\gamemodes\lvdr.pwn(11643) : error 017: undefined symbol "CreateStreamedObject"
C:\Users\Franck\Desktop\GM a testé\South-City 2 - Copie\samp_351\gamemodes\lvdr.pwn(11644) : error 017: undefined symbol "CreateStreamedObject"
C:\Users\Franck\Desktop\GM a testé\South-City 2 - Copie\samp_351\gamemodes\lvdr.pwn(11645) : error 017: undefined symbol "CreateStreamedObject"
C:\Users\Franck\Desktop\GM a testé\South-City 2 - Copie\samp_351\gamemodes\lvdr.pwn(11646) : error 017: undefined symbol "CreateStreamedObject"
C:\Users\Franck\Desktop\GM a testé\South-City 2 - Copie\samp_351\gamemodes\lvdr.pwn(11647) : error 017: undefined symbol "CreateStreamedObject"
Merci de votre aide d'avance
-
as tu ajouter le nom de l'include qui va avec en haut de ton GM ?
-
Oui oui je l'ai bien ajouter :)
J'ai réglé ce 1er problème en utilisant Sim Stream mais maintenant je voie les objets transparents :s
-
Utilise le streamer de Incognito
http://forum.sa-mp.com/showthread.php?t=102865 (http://forum.sa-mp.com/showthread.php?t=102865)
Au lieu de mettre
CreateStreamedObject
Tu doit mettre
CreateDynamicObject
Include :
#include <streamer>
Et dans server.cfg tu rajoute une ligne avec marquer sa :
plugins streamer
Si tu ai sur Windows
plugins streamer.so
Si tu ai sur Linux
++ D4MI3N
-
Le truc c'est que j'ai aussi essayé avec celui ci , même résultat , mapping invisible
-
Tu a oublier de régler les rate du serveur
Dans server.cfg mais sa
stream_distance 10.0
stream_rate 100
C'est le paramètre du streamer
Et défini sa
#define CreateObject CreateDynamicObject
#define DestroyObject DestroyStreamObject
Dit moi si cela marche
++ D4MI3N