[Ajuda] Criar FS sуmente para 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] Criar FS sуmente para Objetos (
/showthread.php?tid=389853)
Criar FS sуmente para Objetos -
ArT_DsL - 03.11.2012
Quero criar um FS pra adcionar sуmente objetos no server. Eu fiz assim maz parece que nгo funcionou :/
Код:
#include <a_samp>
#if defined FILTERSCRIPT
//----BASES----//
//(LOS SANTOS)
//----------EAST LS--------//
.. Aqui coloquei os objetos
#endif
Alguem pode me ajudar awe?
Re: Criar FS sуmente para Objetos -
davi54723 - 03.11.2012
Код:
// This is a comment
// uncomment the line below if you want to write a filterscript
//#define FILTERSCRIPT
#include <a_samp>
#if defined FILTERSCRIPT
public OnFilterScriptInit()
{
print("\n--------------------------------------");
print(" Blank Filterscript by your name here");
print("--------------------------------------\n");
return 1;
}
CreateObject(2985,-1571.90002441,657.70001221,6.59999990,0.00000000,0.00000000,0.00000000);
CreateObject(2985,-1571.90002441,657.70001221,6.59999990,0.00000000,0.00000000,0.00000000);
public OnFilterScriptExit()
{
return 1;
}
#else
main()
{
print("\n----------------------------------");
print(" Blank Gamemode by your name here");
print("----------------------------------\n");
}
#endif
___________________________________
Ajudei?
+Reputation!!
Custa nada meu amigo
Nгo ajudei?
Custa nada agradecer!
MUITO OBRIGADO!
Re: Criar FS sуmente para Objetos -
ForT - 03.11.2012
coloca os objetos em OnFilterScriptInit.
Respuesta: Criar FS sуmente para Objetos -
ArT_DsL - 03.11.2012

vlw manw, humildade й tudo obrigado!
Re: Criar FS sуmente para Objetos -
Diogo123 - 03.11.2012
OnGameModeInit() em FS '-' ?
Re: Criar FS sуmente para Objetos -
davi54723 - 03.11.2012
Nem tinha vista, tava durmindo kkkkkkkkkkkkkkkkkkk'
Liga naum
Respuesta: Criar FS sуmente para Objetos -
ArT_DsL - 03.11.2012
Eu esqueci como colocava tava fazendo 2 fs um pra comando e um pra objeto o 1° deu certo esse no caso deu ruim .... o cara me ajudo ali encima, eu tava ja puto da vida q n conseguia coloca os objeto.