SA-MP Forums Archive
[AJUDA] STREAMER ERRO createdynamicobject - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [AJUDA] STREAMER ERRO createdynamicobject (/showthread.php?tid=258473)



[AJUDA] STREAMER ERRO createdynamicobject - wallacematheus - 30.05.2011

coloquei o streamer no meu gm #include <streamer> sу que quando vou copilar ele da esses erros
pawn Код:
C:\Documents and Settings\Wallace\Meus documentos\g\SAMP FOREVER\gamemodes\BPR.PWN(25991) : warning 219: local variable "mod" shadows a variable at a preceding level
C:\Documents and Settings\Wallace\Meus documentos\g\SAMP FOREVER\gamemodes\BPR.PWN(83370) : error 021: symbol already defined: "CreateDynamicObject"
C:\Documents and Settings\Wallace\Meus documentos\g\SAMP FOREVER\gamemodes\BPR.PWN(83372) : error 021: symbol already defined: "CreateStreamObject"
C:\Documents and Settings\Wallace\Meus documentos\g\SAMP FOREVER\gamemodes\BPR.PWN(83373) : error 010: invalid function or declaration
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


3 Errors.
a linha й essa
pawn Код:
stock CreateDynamicObject(modelid,Float:xpos,Float:ypos,Float:zpos,Float:xrot,Float:yrot,Float:zrot)
{
    CreateStreamObject(modelid,Float:xpos,Float:ypos,Float:zpos,Float:xrot,Float:yrot,Float:zrot,200.0);
    return true;



Re: [AJUDA] STREAMER ERRO createdynamicobject - [AF]Junior - 30.05.2011

Tira essa stock e pronto


Re: [AJUDA] STREAMER ERRO createdynamicobject - The Knight - 30.05.2011

A funзгo:
PHP код:
CreateDynamicObject( ... ); 
nгo precisa de nenhum stock.


Re: [AJUDA] STREAMER ERRO createdynamicobject - Delete_ - 30.05.2011

tbm acho que nгo precisa


Re: [AJUDA] STREAMER ERRO createdynamicobject - Shadoww5 - 30.05.2011

- Apaga o "new mod" da linha 25991.
- Apaga as stocks "CreateDynamicObject" e "CreateStreamObject".
- Posta as linhas 83370 а 83375.