Ü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 - Illuminati

Oldalak: 1 ... 6 7 [8] 9
106
Segítségkérés / Malibu mod indítása
« Dátum: 2015. December 20. - 18:15:50 »
Üdv, elszeretném indítani a malibu modot, de a konzol ezt írja. (Remélem jó helyre nyitom a topikot.
 
SA-MP 0.3 Server Setup
----------------------
Once the configuration is complete, run samp-server.exe to
launch the server process.
CONFIGURATION:
Example server.cfg:
echo Executing Server Config...
lanmode 0
maxplayers 32
port 7777
hostname Unnamed Server
announce 0
gamemode0 lvdm 1
gamemode1 rivershell 1
weburl www.sa-mp.com
rcon_password changeme
To configure the server, you must edit the values in server.cfg. They are explained below:
hostname
--------
Parameters:
   string
Description:
   Specifies the hostname shown in the server browser
port
----
Parameters:
   int
Description:
   Specifies the port to listen on.
   This port is used for game connections, rcon connections, and for querying.
maxplayers
----------
Parameters:
   int
Description:
   Specifies the maximum amount of players.
lanmode
-------
Parameters:
   int (0 or 1)
Description:
   Turns lanmode on (1) or off (0). Lanmode (as the name suggests) is for use on LAN games, where bandwidth is not a problem. Lanmode sends data at a higher rate, for a smoother game.
announce
-------
Parameters:
   int (0 or 1)
Description:
   Announces your server to the \'Internet\' server list in the SA:MP browser. On (1) or Off (0).
weburl
------
Parameters:
   string
Description:
   Specifies the URL shown in the server browser, which is associated to the server.
rcon_password
-------------
Parameters:
   string
Description:
   Specifies the password needed to connect to rcon, or login to rcon ingame.
gamemode0 - gamemode15
----------------------
Parameters:
   string
   int
Description:
   Specifies the rotation settings. The first parameter sets the game mode name. The second is the number of times it will repeat.
   You can use gamemode0 to specify the first gamemode, gamemode1 to specify the second, etc.
[/quote]

107
SA-MP: Szerverfejlesztés / Malibu RPG
« Dátum: 2015. December 20. - 08:38:37 »
Megszeretném nézni hogy milyen mod is ez, de ezt írja a konzol.
 
SA-MP 0.3 Server Setup
----------------------
Once the configuration is complete, run samp-server.exe to
launch the server process.
CONFIGURATION:
Example server.cfg:
echo Executing Server Config...
lanmode 0
maxplayers 32
port 7777
hostname Unnamed Server
announce 0
gamemode0 lvdm 1
gamemode1 rivershell 1
weburl www.sa-mp.com
rcon_password changeme
To configure the server, you must edit the values in server.cfg. They are explained below:
hostname
--------
Parameters:
   string
Description:
   Specifies the hostname shown in the server browser
port
----
Parameters:
   int
Description:
   Specifies the port to listen on.
   This port is used for game connections, rcon connections, and for querying.
maxplayers
----------
Parameters:
   int
Description:
   Specifies the maximum amount of players.
lanmode
-------
Parameters:
   int (0 or 1)
Description:
   Turns lanmode on (1) or off (0). Lanmode (as the name suggests) is for use on LAN games, where bandwidth is not a problem. Lanmode sends data at a higher rate, for a smoother game.
announce
-------
Parameters:
   int (0 or 1)
Description:
   Announces your server to the \'Internet\' server list in the SA:MP browser. On (1) or Off (0).
weburl
------
Parameters:
   string
Description:
   Specifies the URL shown in the server browser, which is associated to the server.
rcon_password
-------------
Parameters:
   string
Description:
   Specifies the password needed to connect to rcon, or login to rcon ingame.
gamemode0 - gamemode15
----------------------
Parameters:
   string
   int
Description:
   Specifies the rotation settings. The first parameter sets the game mode name. The second is the number of times it will repeat.
   You can use gamemode0 to specify the first gamemode, gamemode1 to specify the second, etc.
[/quote]

108
Segítségkérés / Be/Kijárat megadása
« Dátum: 2015. December 11. - 22:04:39 »
Üdv mindenkinek, lenne egy újabb kérdésem :DD
A következő, hogy a be/kijárathoz hogyan kéne megadnom a koordinátákat, és hova?
Mert nekem mindig warningol.
A belépés helye(kint):9,2250.2417,52.7375,26.6671,271.3860,0,0,0,0,0,0
A kilépés helye(kint):0,2242.8352,53.0944,26.6671,266.0225,0,0,0,0,0,0
 
else if(PlayerToPointStripped(0.5, playerid, -1480.9487,2591.6687,55.8359, cx,cy,cz))
{//24/7 Kisbolt Be (Palomino)
GameTextForPlayer(playerid, \"~w~Kisbolt\", 5000, 1);
SetPlayerInterior(playerid, 6);
SetPlayerPos(playerid,-27.366565704346,-56.927272796631,1003.546875);
PlayerInfo[playerid][pInt] = 6;
SetPVarInt(playerid, \"Kisbolt\", 1);
}
else if(PlayerToPointStripped(1, playerid,-27.358966827393,-58.236686706543,1003.546875, cx,cy,cz))
{//24/7 Kisbolt Ki (Palomino)
SetPlayerInterior(playerid, 0);
OnPlayerExitFood(playerid); // ?
PlayerInfo[playerid][pInt] = 0;
if ( GetPVarInt ( playerid, \"Kisbolt\" ) ) SetPlayerPos(playerid,-1481.1689,2593.7327,55.8359), SetPVarInt(playerid, \"Kisbolt\", 0);
else SetPlayerPos(playerid,-1319.6462,2697.3323,50.0625);

 
Válaszokat előre köszönöm :)
(Nem értek a koordinátákhoz :c)
(Amint megtudom tőletek, már nem fogom többet kérdezni)

109
Szkript kérések / Bejárat/kijárat készítés
« Dátum: 2015. December 11. - 21:33:54 »
Szevasztok, tudnátok küldeni egy bejárat/kijárat készítő egyszerű scriptet?
Segítségeteket előre is köszönöm!

110
Segítségkérés / Create3dtext
« Dátum: 2015. December 10. - 19:25:43 »
Idézetet írta: blackdog476 date=1449767616\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"58632\" data-ipsquote-contentclass=\"forums_Topic

Create3DTextLabel(\"<> Palomino Vegyesbolt <>\",0x2641FEFF, 2250.1099,52.6594,26.6671);

 
De legalább megpróbáltad :D
 
warning 202: number of arguments does not match definition
warning 202: number of arguments does not match definition
Ez a két warning van... megoldás? :s (Nem jelent meg a textlabel)

111
Segítségkérés / Create3dtext
« Dátum: 2015. December 09. - 21:39:31 »
Hali, kérnék egy kis segítséget!
Hogyan kéne ezt a koordinátát:9,2250.1099,52.6594,26.6671,270.7586,0,0,0,0,0,0 úgy beírni, hogy lehessen látni?
 
Create3DTextLabel(\"<> Palomino Vegyesbolt <>\",0x2641FEFF, [ide a koordináta]);

112
Ingyenes szolgáltatások / Ingyenes SA-MP szerver
« Dátum: 2015. Szeptember 17. - 21:53:18 »
Míg lesz rá igény :D

113
Ingyenes szolgáltatások / Ingyenes SA-MP szerver
« Dátum: 2015. Szeptember 11. - 21:47:09 »
Olyan 1-2 hete találtam meg az oldalt, szerintem tökre megbízhatóak, nekem eddig bejön az egész, működik :D

114
Segítségkérés / KRESZ táblák
« Dátum: 2015. Szeptember 07. - 20:18:36 »
Értem, ezeket mivel lehetne bemappolni? :D

115
Segítségkérés / KRESZ táblák
« Dátum: 2015. Szeptember 07. - 20:01:23 »
Miért?
Még is azok a táblák rendes KRESZ táblák?
Parkoló,behajtani tilos meg ilyesmi?
Egyébként szerverre szeretném berakni a táblákat.

116
Segítségkérés / KRESZ táblák
« Dátum: 2015. Szeptember 06. - 21:59:49 »
http://sampforum.hu/index.php?topic=32525.0
Ezekről lenne szó, de nem tudom hogy hogyan kéne berakni..

117
Segítségkérés / KRESZ táblák
« Dátum: 2015. Szeptember 06. - 21:54:44 »
Elnézést ha rossz helyre írok...
Szóval a kérdésem, hogy SA-MP Szerverre hogyan lehet berakni KRESZ táblákat? :D
A táblák már megvannak, de azt nem tudom hogy, hogyan kéne berakni őket.
A válaszokat előre is köszönöm :)

118
Segítségkérés / Segítség kérés
« Dátum: 2015. Augusztus 04. - 07:48:45 »
Már megvan oldva.

119
Segítségkérés / Segítség kérés
« Dátum: 2015. Augusztus 03. - 09:21:52 »
Na hali, előre is elnézést hogy ha rossz helyre írok, mivel nekem rossz lett a samp-ban a betű méret, meg a színe(/fontsize,F7 nem segít) Akkor keletkezett ez a probléma mikor MTA-ban átállítottam ablakos módba, azóta letöröltem az MTA-t, máskor is volt ilyen probléma, újra raktam az egész játékot és jó lett, de most nem lett az, nem tudom hogy mit rontottam el. Hogyan kéne megcsinálnom hogy normális legyen?
\"28u48wj.png\"

120
Munkaerő keresése / Cool Life RPG Scriptelt/Mapper,Magyarosítót keresek!
« Dátum: 2015. Június 14. - 21:16:35 »
Idézetet írta: Lucio date=1434308950\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"54669\" data-ipsquote-contentclass=\"forums_Topic
Miért akar hirtelen mindenki LSRP -t nyitni? :D
https://www.facebook.com/hulsrp?fref=ts
 
Ez a név jutott eszembe.

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