SA-MP Forums Archive
[AJUDA] Limite de objetos - 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] Limite de objetos (/showthread.php?tid=244067)



[AJUDA] Limite de objetos - renerk10 - 26.03.2011

Bom, estou montando um servidor de roleplay e logo que o mapper concluiu um mapa e me enviou quando eu adicionei no gamemode e fui testar, ele nгo aparecia no jogo.

Baixei o plugin e a include streamer do incognito, coloquei no gamemode a #define e coloquei o plugin na pasta.

Devo colocar algo mais no GM?
O que pode ser?

Grato.


Re: [AJUDA] Limite de objetos - Kalega - 26.03.2011

O Sa-mp existe um limite de objetos tente usar o plugin Streamer !!!


Re: [AJUDA] Limite de objetos - Ricop522 - 26.03.2011

troque CreateObject para CreateDynamicObject


__________________________________________________ ___________________________________

Grato,
by Justin


Re: [AJUDA] Limite de objetos - [AF]Junior - 26.03.2011

Que #define?

Seria:

PHP код:
#include <streamer>

ongamemodeinit

CreateDynamicObject 
//criar objetos
CreateDynamicVehicle //criar carros 
Sу por um dynamic entre essas essas palavras! Assim que eu uso e funciona...


Re: [AJUDA] Limite de objetos - renerk10 - 26.03.2011

Meu deus, eu escrevi #define... oauwehtouaheotuawh

Troque o CreateObject por CreateDynamicObject.

Vou testar e dou edit aqui.


Re: [AJUDA] Limite de objetos - [AF]Junior - 26.03.2011

Opa nгo й CreateDynamicVehicle. Eu viajei na maionese agora...

Й sу CreateVehicle.


Re: [AJUDA] Limite de objetos - Macintosh - 26.03.2011

no server.cfg

PHP код:
plugins streamer //acho que й isso '-' 
No GM dк CTRL + H e troque

pawn Код:
CreateObject
por

pawn Код:
CreateDynamicObject
E na pasta plugins adicione o arquivo

PHP код:
streamer.dll