Jump to content

monster010

Membru
  • Posts

    365
  • Joined

  • Last visited

Everything posted by monster010

  1. monster010

    Coordonate

    Te duci pe server , acolo ce vrei sa faci tu /save PS: Coordonatele le aflii ducandu-te unde ai instalat GTA-ul , este un fisier numit sevedpositions.txt ( ceva de genu )
  2. Am vazut ca ai pus la legenda "date = ?" Asa scriem si noi acolo semnul "?"
  3. Cum il setez? ), srry ca pun atatea intreberi..dar...:|
  4. Am facut un bizz , gun shop in LV si cand dau sa il cumpar , nu vad nimica si daca dau /setint 0 pic din cer
  5. Frumos , buna treaba ! Dar cum aflu coordotatele "xx.xx,yy.yy,zz.zz" din interiorul bizzului?
  6. Este foarte misto....mai ales pent fun :)
  7. [glow=red,2,300]Despre Filter Script ![/glow] MidoStream: 18 . Lini: 76 . ---------------------------------------- [glow=red,2,300]Comenzi ![/glow] Comanda 1 : /vamasf - taxa: 50$ , scrieti aceasta comanda cand vreti sa mergeti spre SF ( San Fierro ) Comanda 2 : /vamals - taxa: Nu , scrieti aceasta comanda cand vreti sa mergeti spre LS ( Los Santos ) ---------------------------------------------------------------------------------------------------------------------------- [glow=red,2,300]Paparazzi ! ( Screen Shot )[/glow] ScreenShot 1 : http://img70.imageshack.us/i/samp039.png/ , ScreenShot 2: http://img78.imageshack.us/i/samp040.png/ ScreenShot 3 : http://img6.imageshack.us/i/samp041i.png/ , ScreenShot 4 : http://img40.imageshack.us/i/samp042a.png/ ScreenShot 5 : http://img40.imageshack.us/i/samp043dt.png/ , ScreenShot 6 : http://img242.imageshack.us/i/samp044m.png/ ------------------------------------------------------------------------------------------------------------------------------------ [glow=red,2,300]Sectiunea Download ![/glow] Obiecte MidoStream|Obiecte CreateObject --------------------------------------------------------------------------------------------------- Sper sa va placa ! Mult Succes Cu Noul Vostru FS ( Filter Script ) . --------------------------------------------------------------------------------------------------- [glow=red,2,300]ACEST FILTER SCRIPT ESTE DOAR PENTRU UN MOD ROLE PLAY !!!![/glow]
  8. Poti pune o parola la server. Cum faci? Te duci in fisierul server.cfg ( acolo unde deschizi serverul gasesti fisierul ) si la sfarsit scrii "password [parola ta]"
  9. Gata merge , Va mutumesc frumos....sunteti tari
  10. L-am pus la sfarsit dar acum imi apare decat 1 eroare : C:\Documents and Settings\Claudiu\Desktop\server sa-mp by punani\[2.0 X]\gamemodes\Mortalii_v2.1.pwn(29294) : error 001: expected token: ";", but found "public" Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase 1 Error.
  11. Multumesc dar imi da erori Si cand dau sa caut OnPlayerKeyStateChange nu imi gaseste in gamemod C:\Documents and Settings\Claudiu\Desktop\server sa-mp by punani\[2.0 X]\gamemodes\Mortalii_v2.1.pwn(1937) : warning 217: loose indentation C:\Documents and Settings\Claudiu\Desktop\server sa-mp by punani\[2.0 X]\gamemodes\Mortalii_v2.1.pwn(1937) : error 029: invalid expression, assumed zero C:\Documents and Settings\Claudiu\Desktop\server sa-mp by punani\[2.0 X]\gamemodes\Mortalii_v2.1.pwn(1937) : error 004: function "OnPlayerKeyStateChange" is not implemented C:\Documents and Settings\Claudiu\Desktop\server sa-mp by punani\[2.0 X]\gamemodes\Mortalii_v2.1.pwn(1939) : error 017: undefined symbol "newkeys" C:\Documents and Settings\Claudiu\Desktop\server sa-mp by punani\[2.0 X]\gamemodes\Mortalii_v2.1.pwn(1945) : warning 217: loose indentation C:\Documents and Settings\Claudiu\Desktop\server sa-mp by punani\[2.0 X]\gamemodes\Mortalii_v2.1.pwn(1947) : warning 225: unreachable code C:\Documents and Settings\Claudiu\Desktop\server sa-mp by punani\[2.0 X]\gamemodes\Mortalii_v2.1.pwn(1947) : error 029: invalid expression, assumed zero C:\Documents and Settings\Claudiu\Desktop\server sa-mp by punani\[2.0 X]\gamemodes\Mortalii_v2.1.pwn(1947) : error 017: undefined symbol "closelsdgate" C:\Documents and Settings\Claudiu\Desktop\server sa-mp by punani\[2.0 X]\gamemodes\Mortalii_v2.1.pwn(1948) : error 001: expected token: ";", but found "public" C:\Documents and Settings\Claudiu\Desktop\server sa-mp by punani\[2.0 X]\gamemodes\Mortalii_v2.1.pwn(1948) : error 029: invalid expression, assumed zero C:\Documents and Settings\Claudiu\Desktop\server sa-mp by punani\[2.0 X]\gamemodes\Mortalii_v2.1.pwn(1948) : error 017: undefined symbol "closelsdgate" C:\Documents and Settings\Claudiu\Desktop\server sa-mp by punani\[2.0 X]\gamemodes\Mortalii_v2.1.pwn(1948) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase 9 Errors.
  12. As vrea ca portile de la LSPD sa se deschida singure cand claxonezi...Ma puteti ajuta va rog? Iuta-ti aici ce e pus in GM //================================[ LSPD GATE ]============================================================= if(strcmp(cmd, "/barierop", true) == 0) { if(IsPlayerConnected(playerid)) { SetObjectRot(bariera, 0, 0, 270); SendClientMessage(playerid, COLOR_BLUE, "Police Gate is being Opened"); } } if(strcmp(cmd, "/bariercl", true) == 0) { if(IsPlayerConnected(playerid)) { SetObjectRot(bariera, 0, 270, 270); SendClientMessage(playerid, COLOR_YELLOW, "Police Gate is being Closed"); } } //========================================================================================================= if(strcmp(cmd, "/lspdop", true) == 0) { if(IsPlayerConnected(playerid)) { MoveObject(lspdgate,1588.84, -1637.89, 7.18,2); SendClientMessage(playerid, COLOR_BLUE, "Police Gate is being Opened"); } return 1; } if(strcmp(cmd, "/lspdcl", true) == 0) { if(IsPlayerConnected(playerid)) { MoveObject(lspdgate,1588.84, -1637.89, 13.18,2); SendClientMessage(playerid, COLOR_YELLOW, "Police Gate is being Closed"); } return 1; } Portile sunt manuale dar vreau automatice [move]Multumesc Anticipat[/move]
  13. Am dat un eddit As vrea sa intru in primarie , deoarece acolo nu am niciun "i" care sa imi arate d ex: tipe /enter ....bla bla
  14. As vrea un city mall pe server, as vrea sa intru in primarie [move]Multumesc Anticipat[/move]
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.