SA-MP Forums Archive
[AJUDA] Multiplicaзгo 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] Multiplicaзгo De Objetos (/showthread.php?tid=306733)



[AJUDA] Multiplicaзгo De Objetos - gabrielmatos - 27.12.2011

Ola Estou Precisando De AJuda Com Meu Gm Tipo QUando Eu Inicio le normal tem objetos que ficao transparentes exemplo cofre do banco, o interior do banco etc... e quando dou /gmx ele multiplica todos os objetos se alguem puder me ajuda agradeзo.


Respuesta: [AJUDA] Multiplicaзгo De Objetos - gabrielmatos - 27.12.2011

num й manow porque quando da /gmx ele volta ao normal ele fica normal os objetos mais multiplica os portгo etc


Respuesta: [AJUDA] Multiplicaзгo De Objetos - gabrielmatos - 27.12.2011

nao tentei nгo sei como funciona


Respuesta: [AJUDA] Multiplicaзгo De Objetos - gabrielmatos - 27.12.2011

tipo eles se multiplicam mais 1 deles nгo se move entende manow


Respuesta: [AJUDA] Multiplicaзгo De Objetos - gabrielmatos - 27.12.2011

e o gmx


Respuesta: [AJUDA] Multiplicaзгo De Objetos - gabrielmatos - 27.12.2011

o poblema dos objetos ja resolvi era so umas includes agora sу to com o poblema dos portoes se multiplicar manow


Respuesta: [AJUDA] Multiplicaзгo De Objetos - gabrielmatos - 27.12.2011

if(strcmp(cmd, "/gmx", true) == 0)
{
if(IsPlayerConnected(playerid))
{
if ((IsPlayerAdmin(playerid)) || PlayerInfo[playerid][pAdmin] >= 1337)
{
if(admtrampando[playerid] < 1)
{
SendClientMessage(playerid, COLOR_GRAD1, "Vocк nгo estб trabalhando! (/trabalhar)");
return 1;
}
GetPlayerName(playerid,playername,sizeof(playernam e));
format(string, sizeof(string), "%s Deu GMX!",playername);
ABroadCast(COLOR_YELLOW,string,1);
KillTimer(synctimer);
KillTimer(newmistimer);
KillTimer(unjailtimer);
KillTimer(othtimer);
KillTimer(cartimer);
KillTimer(Contastimer);
KillTimer(checkgastimer);
KillTimer(idletimer);
KillTimer(pickuptimer);
KillTimer(productiontimer);
KillTimer(spectatetimer);
KillTimer(stoppedvehtimer);
KillTimer(turftimer);
KillTimer(weaponhacktimer);
KillTimer(tempoGranaTR);
KillTimer(TempoAdministrador);
KillTimer(TempoAn);
SaveAdmin();
OnPropUpdate();
SaveCK();
SaveIRC();
SavePapers();
SaveBoxer();
SaveCars();
SaveVip();
GameModeExit();
}
else
{
SendClientMessage(playerid, COLOR_GRAD1, "Vocк nгo estб autorizado a usar o comando!");
}
}
return 1;
}


Re: [AJUDA] Multiplicaзгo De Objetos - Kuddy - 27.12.2011

Concerteza vc ta usando o F_Streamer, recomendo vocк usar algum outro streamer, ele bug mesmo quando da GMX.


Respuesta: [AJUDA] Multiplicaзгo De Objetos - gabrielmatos - 27.12.2011

onde eu acho outro voce sabe me dizer?


Respuesta: [AJUDA] Multiplicaзгo De Objetos - gabrielmatos - 27.12.2011

http://pastebin.com/hGUVFVif