Üzenetek megjelenítése

Ez a szekció lehetővé teszi a felhasználó által írt összes hozzászólás megtekintését. Vedd figyelembe, hogy csak azokba a fórumokba írt hozzászólásokat látod, amelyekhez hozzáférésed van.


Üzenetek - GameKinger

Oldalak: 1 ... 5 6 [7] 8 9 ... 11
91
Munkaerő keresése / Mappert keresünk RP szerverhez.
« Dátum: 2015. május 06. - 18:21:13 »
Én szivesen mappolok, irj egy PÜ-t és megbeszéljük. Elérhetőségem:
skype: lalika.sipos

92
Aki nem ért hozzá ne is próbálkozon...

93
RP/RPG kérések / EQ-LP mod zene hiba
« Dátum: 2015. május 01. - 21:19:51 »
vagy pedig feltöltöd a weboldalad tárhelyére és úgy linkeled...

94
Társalgó / Crew Hosting[FREE]
« Dátum: 2015. április 30. - 11:59:10 »
Tegnap felmegyek TS-re hogy szeretnék egy szervert, erre azt mondják: Hogy ez már nem nagyon megy ingyen 30slot 600Ft....

95
Játékok / Dead Island Epidemic
« Dátum: 2015. február 08. - 20:20:19 »

96
SA-MP: Szerverfejlesztés / IG Karakterválasztó készítése (Kamera)
« Dátum: 2015. február 07. - 11:22:38 »
Valaki küld egy sscanf inc-et mert nekem az enyémel errorozik. Előre is kösz



warning 219: local variable \"string\" shadows a variable at a preceding level
warning 219: local variable \"string\" shadows a variable at a preceding level
warning 219: local variable \"string\" shadows a variable at a preceding level
warning 219: local variable \"string\" shadows a variable at a preceding level

97
Játékok / Ingyenes játékok (Steam, Origin, Mobil...)
« Dátum: 2015. január 25. - 21:10:28 »
Idézetet írta: EnterR date=1422216378\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"50237\" data-ipsquote-contentclass=\"forums_Topic


Most nem tudok olyanról ami figyelemre méltó lenne ami meg ilyen nagy gagyi azokat ki sem szoktam írni. Bár van itt egy...
A játék(ok) neve(i):The Sims 4
Érvényes(-től,-ig):?
Hol?:Origin
Platform:PC
Link(ha szükséges):
Aktiváló kód(ha szükséges):
Egyéb információ:Origin Game Time. Letöltöd a játékot elindítod és elindul egy visszaszámláló ami 48ó-tól számol vissza. Akkor is megy amikor nem vagy bejelentkezve.
 
Nálam €59.99
 
[/quote]
Böngészőből próbáltad ? Mert ha nem akkor onnan próbáld nekem is így sikerült.
Ui: itt egy kép pirossal be kereteztem arra kattints
98
Rendezvények / [HUN] 2014 @ xMas Party - 2014.12.24. | 9:00
« Dátum: 2014. december 06. - 15:49:12 »
Ott leszek!

99
Archívum / Kocsi spawner
« Dátum: 2014. október 12. - 09:47:59 »
És mit kéne abba beleirni mert ez az elsõ scriptem, és nem nagyon tudom.

100
Archívum / Kocsi spawner
« Dátum: 2014. október 11. - 19:58:15 »
Hali!
Valaki tudna linkelni egy kocsi spawnolót ? Mert az enyém nem mükszik! :(
Esetleg ha vki belenézne scriptbe:
 
---Kocsi lehivó script by: GameKinger
-function spawnvehicle( thePlayer, commandName, CarName)
-  if not carName then ---Megnézük hogy irt-e jármü nevet.
      OutputChatBox(\"Ird be a jármü nevét is!\", thePlayer, 255, 0, 0,)
  return
  end
local carModel - getvehicleModelFromName ( carName ) ---Lekérdezük hogy van-e ilyen model a GTA-ba
    if not carModel then
    outputChatBox(\"Nincs ilyen model!\", thePlayer, 255,0,0,)
    return
   end
   local x, y, z - getElementPosition( thePlayer ) ---A játékos poziciójának lekérése!
   local mainveh = createvehicle(carveh, x, y, z + 1) ---Lespawnoljuk a kocsi és +1 métert hozzá adunk hogy ne essen rád!
   local rotx, roty, rotz - getElementRotation ( thePlayer ) ---A te rotációs poziciódhoz igazodva spawnoljuk le!
   setElementRotation(mainveh, rotX, rotY, rotZ) ---Beállitsuk a rotációs poziciót!
   warpPedIntovehicle(thePlayer, mainveh) ---Berakunk a kocsiba ha lekérted!
   outputChatBox(\"Sikeresen lespawnltad a jármüvet! Model:\".. carName..\"\",thePlayer, 0, 255, 0,)
end
addCommandHandler(\"spawnveh\", spawnvehicle) ---Hozzá adjuk a funkcióhoz a parancsot is!
-function removecar()
     destroyElement(mainveh)
end
addEventHandler ( \"onvehicleExit\", getRootElement(), removecar)
-function spawnvehicle( thePlayer, commandName, CarName)
-  if not carName then ---Megnézük hogy irt-e jármü nevet.
      OutputChatBox(\"Ird be a jármü ID-t is!\", thePlayer, 255, 0, 0,)
  return
  end
local carModel - getvehicleIDFromName ( carName ) ---Lekérdezük hogy van-e ilyen model a GTA-ba
    if not carModel then
    outputChatBox(\"Nincs ilyen model!\", thePlayer, 255,0,0,)
    return
   end
   local x, y, z - getElementPosition( thePlayer ) ---A játékos poziciójának lekérése!
   local mainveh = createvehicle(carveh, x, y, z + 1) ---Lespawnoljuk a kocsi és +1 métert hozzá adunk hogy ne essen rád!
   local rotx, roty, rotz - getElementRotation ( thePlayer ) ---A te rotációs poziciódhoz igazodva spawnoljuk le!
   setElementRotation(mainveh, rotX, rotY, rotZ) ---Beállitsuk a rotációs poziciót!
   warpPedIntovehicle(thePlayer, mainveh) ---Berakunk a kocsiba ha lekérted!
   outputChatBox(\"Sikeresen lespawnltad a jármüvet! Model:\".. carName..\"\",thePlayer, 0, 255, 0,)
end
addCommandHandler(\"spawnveh\", spawnvehicle) ---Hozzá adjuk a funkcióhoz a parancsot is!
-function removecar()
     destroyElement(mainveh)
end
addEventHandler ( \"onvehicleExit\", getRootElement(), removecar)

         
Szerver log:
 
==================================================================
= Multi Theft Auto: San Andreas v1.4
==================================================================
= Server name      : Teszt Szerver
= Server IP address:
= Server port      : 22003
=
= Log file         : ..rver - Copy/mods/deathmatch/logs/server.log
= Maximum players  : 32
= HTTP port        : 22005
= Voice Chat       : Disabled
= Bandwidth saving : Medium
==================================================================
[2014-10-11 19:19:17] Resource \'acpanel\' requests some acl rights. Use the command \'aclrequest list acpanel\'
[2014-10-11 19:19:21] Resources: 199 loaded, 0 failed
[2014-10-11 19:19:22] Starting resources...
[2014-10-11 19:19:22] Server minclientversion is now 1.4.0-9.06836
[2014-10-11 19:19:23] WARNING: heligrab/heli_c.lua(Line 202) [Client] isPlayerDead is deprecated and may not work in future versions. Please replace with isPedDead before Tuesday.
[2014-10-11 19:19:23] Some files in \'heligrab\' use deprecated functions.
[2014-10-11 19:19:23] Use the \'upgrade\' command to perform a basic upgrade of resources.
[2014-10-11 19:19:23] WARNING: house_system/core/core_server.lua(Line 78) [server] setPedFrozen is deprecated and may not work in future versions. Please replace with setElementFrozen before Tuesday.
[2014-10-11 19:19:23] Some files in \'house_system\' use deprecated functions.
[2014-10-11 19:19:23] Use the \'upgrade\' command to perform a basic upgrade of resources.
[2014-10-11 19:19:23] ERROR: Couldn\'t find resource carspawner. Check it exists.
[2014-10-11 19:19:23] Querying MTA master server... success! (Auto detected IP:95.85.185.244)
[2014-10-11 19:19:23] Server started and is ready to accept connections!
[2014-10-11 19:19:23] To stop the server, type \'shutdown\' or press Ctrl-C
[2014-10-11 19:19:23] Type \'help\' for a list of commands.
[2014-10-11 19:20:29] Server stopped!
[2014-10-11 19:20:30] Stopping resources..........
[2014-10-11 19:20:30] Closing SQLite3 database

 
Elõre is köszönöm!
[gmod]Javítottam helyetted a



taget

tagre![/gmod]

101
SA-MP: Szerverfejlesztés / Malibu RPG
« Dátum: 2014. október 10. - 15:45:00 »
Nekem az NPC jármüveit a buszt meg a repcsisnek nem rakja le valaki segitene ? Elõre is köszönöm!  :(

Dupla hozzászólás automatikusan összefûzve. ( 2014. október 11. - 08:49:25 )

Valaki segitene ?

102
SA-MP: Szerverfejlesztés / Malibu RPG
« Dátum: 2014. október 05. - 09:26:06 »
Valaki nem tudja ha vannak azok a repcsis meg egy buszos NPC annak hogy rakjam le a jármüvét ?

103
SA-MP: Szerverfejlesztés / Malibu RPG
« Dátum: 2014. október 04. - 19:54:07 »
A módban van 4 NPC 3 repcsis meg egy buszos azoknak hogy rakjam le a jármüvüket ? Simán csak /car bus meg ilyesmi ?  :(

104
SA-MP: Szerverfejlesztés / Malibu RPG
« Dátum: 2014. október 04. - 18:08:48 »
A kocsikat hogy lehet le rakni ? És ha lehet objectet is lehet ?

105
SA-MP: Szerverfejlesztés / Malibu RPG
« Dátum: 2014. október 04. - 16:39:18 »
De azt hogy kell használni ? :( törölni is lehet vele objecteket ?

Oldalak: 1 ... 5 6 [7] 8 9 ... 11
SimplePortal 2.3.7 © 2008-2024, SimplePortal