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

Oldalak: 1 ... 88 89 [90] 91 92 ... 122
1336
Archívum / Hungarian Undead Cops \'N\' Robbers szervere
« Dátum: 2012. október 13. - 18:27:19 »
Idézetet írta: caRlos date=1350131877\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"28224\" data-ipsquote-contentclass=\"forums_Topic
Helyzet?:) Erre nagyon kíváncsi vagyok.
 
Most az egyik barátomnak segítek a szerverében ezért nincs sok idõm, de minden szabadidõmben írom a hozzávaló dolgokat.

1337
Segítségkérés / AfterLife Mód Carresi
« Dátum: 2012. október 11. - 22:00:10 »
Idézetet írta: ZyZu date=1349983836\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"28476\" data-ipsquote-contentclass=\"forums_Topic


Nincs véletlenül egy car respawn idõzítõ vagy valami a modban? :)
 
Akkor ez a második megoldás ha nincs ex akkor respawn car van benne..
 
[/quote]
Csak parancsra van.

1338
Segítségkérés / AfterLife Mód Carresi
« Dátum: 2012. október 11. - 21:10:33 »
Idézetet írta: ZyZu date=1349982105\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"28476\" data-ipsquote-contentclass=\"forums_Topic
AddStaticVehicleEx ez respawnolja de az AddStaticVehicle az nem szóval ha átírod akkor meg lehet.
 
Az az érdekes, hogy azt is respawnolta :S

1339
Segítségkérés / AfterLife Mód Carresi
« Dátum: 2012. október 11. - 20:47:50 »
Idézetet írta: Axe9 date=1349977542\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"28476\" data-ipsquote-contentclass=\"forums_Topic
Nos a módban ha rákeresel az AddStaticVehicle-re akkor megfogsz találni egy hasonló koordit.
 
 AddStaticVehicleEx(490,-444.8826,2682.5247,64.1600,357.8262,0,1, 30000);

 
Egy ilyesmit.
Nos. Hogy mennyi idõnként spawnoljon az autó az ott a \"30000\" mutatja Annyi idõ múlva megy a Carresi.
 
 AddStaticVehicleEx(490,-444.8826,2682.5247,64.1600,357.8262,0,1, //ez az idõ 30000);

 
Ha te azt átálídot példéul 20-ra vagy 30-ra akkor annyi idõ után (mp) spawnol.
Ajánlom a 30000k-t vagy többet beállítani. és akkor nem resizik 2 percen belül.!
Remélem segítettem. :)
 
AddStaticVehicle-vel megoldható?

1340
Segítségkérés / AfterLife Mód Carresi
« Dátum: 2012. október 11. - 19:32:36 »
Sziasztok
Miért respawnol magától az AfterLife módon a jármû? Konkrét és érthetõ válaszokért + pontot adok.

1341
Segítségkérés / Run time error 4: "Array index out of bounds"
« Dátum: 2012. október 07. - 13:28:20 »
Idézetet írta: attila91 date=1349608362\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"28347\" data-ipsquote-contentclass=\"forums_Topic

for(new i = 0; i <= MAX_PLAYERS; i++)

 Helyett
for(new i = 0; i <MAX_PLAYERS;i++)

 Igy jólesz.  :whistle:
 
Drága testvérem téged Isten küldött! Meghívlak egy sörre!

1342
Segítségkérés / Run time error 4: "Array index out of bounds"
« Dátum: 2012. október 07. - 12:29:34 »
Idézetet írta: attila91 date=1349597695\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"28347\" data-ipsquote-contentclass=\"forums_Topic
Erre fele keresgélj ...
public vitals()

 

Stringet állítgatom ide oda, de nem haladok egyrõl a kettõre.
 
public vitals()
{
    for(new i = 0; i <= MAX_PLAYERS; i++)
    {
new string[255];
new Float:qHealth, Float:qArmour, Float:Ehseg1, Float:Szomjusag1, Float:Wc1, Float:Szint1;
GetPlayerHealth(i,qHealth);
GetPlayerArmour(i,qArmour);
Ehseg1 = PlayerInfo[eseg];
Szomjusag1 = PlayerInfo[szomjas];
Wc1 = PlayerInfo[szukseg];
Szint1 = PlayerInfo[pLevel];
format(string, sizeof(string), \"%.0f%\", qHealth);
TextDrawSetString(Health, string);
format(string, sizeof(string), \"%.0f%\", qArmour);
TextDrawSetString(Armour, string);
format(string, sizeof(string), \"%.0f%\", Ehseg1);
TextDrawSetString(Ehseg, string);
format(string, sizeof(string), \"%.0f%\", Szomjusag1);
TextDrawSetString(Szomjusag, string);
format(string, sizeof(string), \"%.0f%\", Wc1);
TextDrawSetString(Wc, string);
format(string, sizeof(string), \"%.0f\", Szint1);
TextDrawSetString(Szint, string);
}
}

1343
(Mod töröld kérlek 2x küldte el)

1344
Fórum Archívum (Témák/Fórumok) / Re:Paraszt RPG <HUN>
« Dátum: 2012. október 07. - 08:38:00 »
Országos Mentõ.[/quote] Kész pont ennyi? :facepalm:
Leírás szégyen.
Bauer Bence? :crazy: Egy módot nem tudna 0-ról megírni

1345
Segítségkérés / Run time error 4: "Array index out of bounds"
« Dátum: 2012. október 07. - 08:34:03 »
Idézetet írta: hegdavid95 date=1349559578\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"28347\" data-ipsquote-contentclass=\"forums_Topic
Array index out of bounds = A tömbben olyan cella azonosítót használsz ami nagyobb mint a tömb mérete
pl:
new asd[4];
asd[4] = 0;
a tömbök celláit 0 tól n-1 ig lehet számozni.
 
Ez konkrét dolgot annyira nem árult el nekem.
Ha megnézed
[gamemodes/afterlife.amx]

 
60000 sorból elég nehéz kiválogatni, hogy hol van nagyobb cella.

1346
Segítségkérés / Run time error 4: "Array index out of bounds"
« Dátum: 2012. október 06. - 22:00:05 »
Sziasztok
Életemben nem láttam ilyet.


[20:33:47] Number of vehicle models: x
[20:33:48] [gamemodes/afterlife.amx]: During execution of vitals:
[20:33:48] [gamemodes/afterlife.amx]: Run time error 4: \"Array index out of bounds\"
[20:33:49] [gamemodes/afterlife.amx]: During execution of vitals:
[20:33:49] [gamemodes/afterlife.amx]: Run time error 4: \"Array index out of bounds\"
[20:33:50] [gamemodes/afterlife.amx]: During execution of vitals:
[20:33:50] [gamemodes/afterlife.amx]: Run time error 4: \"Array index out of bounds\"
[20:33:51] [gamemodes/afterlife.amx]: During execution of vitals:
[20:33:51] [gamemodes/afterlife.amx]: Run time error 4: \"Array index out of bounds\"
[20:33:52] [gamemodes/afterlife.amx]: During execution of vitals:
[20:33:52] [gamemodes/afterlife.amx]: Run time error 4: \"Array index out of bounds\"
[20:33:53] [gamemodes/afterlife.amx]: During execution of vitals:
[20:33:53] [gamemodes/afterlife.amx]: Run time error 4: \"Array index out of bounds\"

 
Kicrashel a szerver, ha hoston van. Házilag rendesen mûködik...

1347
Segítségkérés / BBEHosting.hu szerver restart
« Dátum: 2012. október 06. - 20:50:35 »
Crashdetecttel erre találtam:
During execution of vitals:
Run time error 4: \"Array index out of bounds\"

1348
Segítségkérés / BBEHosting.hu szerver restart
« Dátum: 2012. október 06. - 19:34:06 »
Sziasztok!
A barátomnak van egy szervere a BBEHostingnál és néha fogjamagát és restartol a szerver magától. AfterLife RPG van rajta.
Aki tud segíteni megköszönöm egy +-al :)

1349
Segítségkérés / ladmin -hoz hasonló adminrendszer
« Dátum: 2012. október 06. - 16:44:18 »

1350
Fórum Archívum (Témák/Fórumok) / Re:[HUN]Sky Role Play @sunwell
« Dátum: 2012. október 06. - 15:13:08 »
Ez király!!! :yes: :facepalm:

Oldalak: 1 ... 88 89 [90] 91 92 ... 122
SimplePortal 2.3.7 © 2008-2024, SimplePortal