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


Témák - foxkid11

Oldalak: [1]
1
split(data[23], splits, \',\');
   for(new i=0; i < 15; i++)
   {
      strmid(FrakcioInfo[idx][fRangok], splits, 0, strlen(splits), 32);
      //format(FrakcioInfo[idx][fRangok], 32, \"%s\", splits);
      printf(\"%s\", FrakcioInfo[idx][fRangok]);
   }
}
idx++;
}
printf(\"Lekeres: %s\", FrakcioInfo[2][fRangok][5]);
printf(\"\\n================Minden Frakció betoltve================\\n\");
}

 
a probléma:

az strmid után lévõ print arra van, hogy látszódjon a logban, hogy jól tölti-e be a dolgokat a mód.


a logban benne is vannak a rangok, viszont a \"minden frakció betöltve\" print felett lévõ már nem mûködik.


egyszerûen egy üres sort ír a logba.

ebbõl kifolyólag a következõ parancs sem mûködik:
 
if(egyezik(cmd, \"/teszt\"))
{
new  munka = PlayerInfo[playerid][pMember] - 1, rang = PlayerInfo[playerid][pRank];
SendFormatMessage(playerid, 0xFFFFFAA, \"Rang: %s\", FrakcioInfo[munka][fRangok][rang]);
return 1;
}

 

erre a válasz: \"Rang:  \"

 
mi lehet a probléma?

miért nem tölti be a rangot ha a logban ott van?

[mod]Javítottam a

taget

tagre![/mod]

2
RP/RPG kérések / Loginnál animálció | ApplyAnimation
« Dátum: 2014. Augusztus 14. - 12:17:45 »
Login rendszert csinálunk, és karakterválasztásnál szeretnénk ha valami animációt csinálna a karakter. A következõ a problémánk.
Akármilyen animot beteszünk, nem mûködik. Csak ez az animáció mûködik egyedül.
 
ApplyAnimation(playerid, \"PED\", \"WALK_DRUNK\", 4.1, 1, 1, 1, 1, 1, 1);

 -> Csak ez az egy indul el a többi nem jó.
Miért lehet ez?
példának:
 
 ApplyAnimation(playerid,\"WUZI\",\"CS_DEAD_GUY\",4.0,0,1,0,1,-1);
    ApplyAnimation(playerid,\"WUZI\",\"WUZI_GRND_CHK\",4.0,0,1,0,0,-1);

 
Ezek nem jók, és a többi se, csak a drunk. Segítséget kérnénk.
[mod]Javítottam a

taget

tagre![/mod]

3
RP/RPG kérések / SSCANF probléma | IG FK kezelés, szám helyett szöveg
« Dátum: 2014. Augusztus 14. - 12:09:28 »
Az alábbi kódnál kérnénk segítséget, valaki legyen szíves úgy átalakítani,hogy szöveget töltsön be, és ne számot! (IG Frakciókezelés)
             
  sscanf(data[23], \"p<,>ddddddddddddddd\",
   FrakcioInfo[idx][fRangok][0],FrakcioInfo[idx][fRangok][1],
   FrakcioInfo[idx][fRangok][2],FrakcioInfo[idx][fRangok][3],
   FrakcioInfo[idx][fRangok][4],FrakcioInfo[idx][fRangok][5],
   FrakcioInfo[idx][fRangok][6],FrakcioInfo[idx][fRangok][7],
   FrakcioInfo[idx][fRangok][8],FrakcioInfo[idx][fRangok][9],
   FrakcioInfo[idx][fRangok][10],FrakcioInfo[idx][fRangok][11],
   FrakcioInfo[idx][fRangok][12],FrakcioInfo[idx][fRangok][13],
   FrakcioInfo[idx][fRangok][14]);

 
[mod]Javítottam a

taget

tagre![/mod]

4
Segítségkérés / runtime error
« Dátum: 2014. Május 08. - 23:22:03 »
Sziasztok egy esti fejlesztes utan resiztuk a szervert az alabbi dolgokat irta a log.
 

21:32:03] [debug] Run time error 4: \"Array index out of bounds\" [21:32:03] [debug] Accessing element at index 65535 past array upper bound 1999 [21:32:03] [debug] AMX backtrace:
[21:32:03] [debug] #0 000b0b94 in ?? () from unitedrp.amx
[21:32:03] [debug] #1 0010d580 in ?? () from unitedrp.amx
[21:32:03] [debug] #2 000b3b68 in ?? () from unitedrp.amx
[21:32:03] [debug] #3 00118020 in public Itter_OnGameModeInit­­ () from unitedrp.amx [21:32:03] [debug] #4 native CallLocalFunction () [080d3870] from samp03svr [21:32:03] [debug] #5 00029658 in public SSCANF_OnGameModeIni­­t () from unitedrp.amx [21:32:03] [debug] #6 native CallLocalFunction () [080d3870] from samp03svr [21:32:03] [debug] #7 0000856c in public GPA_OnGameModeInit () from unitedrp.amx [21:32:03] [debug] #8 native CallLocalFunction () [080d3870] from samp03svr [21:32:03] [debug] #9 00003620 in public OnGameModeInit () from unitedrp.amx [21:32:03] Number of vehicle models: 11

 
Ezt tanulmanyozva betettuk a rwggwli mod mentest ami mukodott,de annal is ezt irta..

5
Segítségkérés / Server indítás hiba
« Dátum: 2014. Május 01. - 16:13:06 »
Sziasztok, 0.3-es kliensre alakítunk vissza 0.3x-es modet- ez a hiba.
 
----------
Loaded log file: \"server_log.txt\".
----------
SA-MP Dedicated Server
----------------------
v0.3e, (C)2005-2012 SA-MP Team
[14:37:47]
[14:37:47] Server Plugins
[14:37:47] --------------
[14:37:47] Loading plugin: crashdetect.so
[14:37:47] crashdetect v4.8.4 is OK.
[14:37:47] Loaded.
[14:37:47] Loading plugin: mysql.so
[14:37:47] SA:MP MySQL Plugin v2.1.1 Loaded.
[14:37:47] Loaded.
[14:37:47] Loading plugin: streamer.so
[14:37:47] [MySQL] Thread running. Threadsafe: Yes.
[14:37:47]
*** Streamer Plugin v2.6.1 by Incognito loaded ***
[14:37:47] Loaded.
[14:37:47] Loading plugin: sscanf.so
[14:37:47]
[14:37:47] ===============================
[14:37:47] sscanf plugin loaded.
[14:37:47] (c) 2009 Alex \"Y_Less\" Cole
[14:37:47] 0.3d-R2 500 Players \"dnee\"
[14:37:47] ===============================
[14:37:47] Loaded.
[14:37:47] Loading plugin: audio.so
[14:37:47]
*** Audio Plugin v0.5 by Incognito loaded ***
[14:37:47] Loaded.
[14:37:47] Loading plugin: Whirlpool.so
[14:37:47]
[14:37:47] ==================
[14:37:47]
[14:37:47] Whirlpool loaded
[14:37:47]
[14:37:47] ==================
[14:37:47]
[14:37:47] Loaded.
[14:37:47] Loaded 6 plugins.
[14:37:47]
[14:37:47] Filterscripts
[14:37:47] ---------------
[14:37:47] Loading filterscript \'automoso.amx\'...
[14:37:47] Unable to load filterscript \'automoso.amx\'.
[14:37:47] Loading filterscript \'JunkBuster.amx\'...
[14:37:48] [junkbuster] Loading JunkBuster...
[14:37:48]
[14:37:48] [junkbuster] Current JunkBuster configuration:
[14:37:48] [junkbuster] - WeaponHack = 1
[14:37:48] [junkbuster] - MoneyHack = 1
[14:37:48] [junkbuster] - Jetpack = 1
[14:37:48] [junkbuster] - HealthHack = 0
[14:37:48] [junkbuster] - ArmourHack = 0
[14:37:48] [junkbuster] - DriveBy = 2
[14:37:48] [junkbuster] - Spam = 0
[14:37:48] [junkbuster] - CommandSpam = 0
[14:37:48] [junkbuster] - BadWords = 0
[14:37:48] [junkbuster] - CarJackHack = 1
[14:37:48] [junkbuster] - TeleportHack = 1
[14:37:48] [junkbuster] - MaxPing = 500
[14:37:48] [junkbuster] - SpectateHack = 1
[14:37:48] [junkbuster] - Blacklist = 0
[14:37:48] [junkbuster] - IpBans = 0
[14:37:48] [junkbuster] - TempBans = 0
[14:37:48] [junkbuster] - SpawnKill = 1
[14:37:48] [junkbuster] - CapsLock = 1
[14:37:48] [junkbuster] - 3DSpeed = 0
[14:37:48] [junkbuster] - MaxSpeed = 280
[14:37:48] [junkbuster] - AdminImmunity = 0
[14:37:48] [junkbuster] - Advertisement = 0
[14:37:48] [junkbuster] - FreezeUpdate = 0
[14:37:48] [junkbuster] - SpawnTime = 5
[14:37:48] [junkbuster] - CheckpointTeleport = 1
[14:37:48] [junkbuster] - Airbrake = 150
[14:37:48] [junkbuster] - TankMode = 1
[14:37:48] [junkbuster] - WarnPlayers = 0
[14:37:48] [junkbuster] - SingleplayerCheats = 1
[14:37:48] [junkbuster] - MinFPS = 1
[14:37:48] [junkbuster] - DisableBadWeapons = 1
[14:37:48] [junkbuster] - CBug = 16
[14:37:48] [junkbuster] - AntiBugKill = 1
[14:37:48] [junkbuster] - NoReload = 0
[14:37:48] [junkbuster] - NoReloadForSawnOff = 4
[14:37:48] [junkbuster] - ActiveGMC = 0
[14:37:48] [junkbuster] - GMCBan = 0
[14:37:48] [junkbuster] - ServerSideHealth = 0
[14:37:48] [junkbuster] - CheckVMPos = 0
[14:37:48] [junkbuster] - QuickTurn = 1
[14:37:48] [junkbuster] - VehicleTeleport = 0
[14:37:48] [junkbuster] - Wallride = 170
[14:37:48] [junkbuster] - DisplayTextDraw = 0
[14:37:48] [junkbuster] - AFK = 0
[14:37:48] [junkbuster] - PickupTeleport = 1
[14:37:48] [junkbuster] - FlyHack = 40
[14:37:48] [junkbuster] - JunkBusterChrome = 1
[14:37:48] [junkbuster] - CheckWalkAnims = 1
[14:37:48] [junkbuster] - ReportMoneyHack = 1
[14:37:48] [junkbuster] - SpeedhackAdvanced = 20
[14:37:48] [junkbuster] - Joypad = 1
[14:37:48] [junkbuster] - ArmedVehicles = 1
[14:37:48] [junkbuster] - VehicleRepair = 2
[14:37:48] [junkbuster] - TuningHack = 1
[14:37:48] [junkbuster] - PayForGuns = 1
[14:37:48] [junkbuster] - SpawnVehicles = 1
[14:37:48] [junkbuster] - MaxTotalWarnings = 3
[14:37:48] [junkbuster] - TooManyWarningsAction = 0
[14:37:48] [junkbuster] - AirbrakeDetection = 1
[14:37:48] [junkbuster] - SpeedhackDetection = 0
[14:37:48]
[14:37:48] [junkbuster] 0 IP-bans have been loaded.
[14:37:48] [junkbuster] 0 temporary bans have been loaded.
[14:37:48] [junkbuster] 0 whitelist entries have been loaded.
[14:37:48] [junkbuster] 5 blacklist entries have been loaded.
[14:37:48] [junkbuster] 41 bad words have been loaded.
[14:37:48] [junkbuster] 4 forbidden weapons have been loaded.
[14:37:48] [junkbuster] JunkBuster has been configurated.
[14:37:48] [junkbuster] JunkBuster (v11) has successfully been loaded.
[14:37:48] Loading filterscript \'streamer.amx\'...
[14:37:48] Vehicle Object Streamer by mick88: LOADED
[14:37:48] Loading filterscript \'Objektek.amx\'...
[14:37:48] OnFilter
[14:37:50] SzerverObjektek Betöltve... - Objektek Száma: 6348
[14:37:50] Loading filterscript \'antibotattack.amx\'...
[14:37:50]
*** Player IP limiting FS (maxips) Loaded. Max connections from 1 IP = 3
[14:37:50] Loading filterscript \'fpsmod.amx\'...
[14:37:50] Hungarian Role Play Gaming FPS jármû nézet
[14:37:50] Loading filterscript \'lezer.amx\'...
[14:37:50]
-- --
[14:37:50] Loading filterscript \'sebessegmero.amx\'...
[14:37:50] Sebességmérõ bekapcsolva!
[14:37:50] Loading filterscript \'kirepules.amx\'...
[14:37:51]
--------------------------------------
[14:37:51] Damage behaviour v2.0 by Fade
[14:37:51] --------------------------------------
[14:37:51] Loaded 8 filterscripts.
[14:37:51] [debug] Run time error 19: \"File or function is not found\"
[14:37:51] [debug] PlayerTextDrawSetPreviewModel
[14:37:51] [debug] PlayerTextDrawSetPreviewRot
[14:37:51] OnGameo
[14:37:51] [debug] Run time error 19: \"File or function is not found\"
[14:37:51] [debug] PlayerTextDrawSetPreviewModel
[14:37:51] [debug] PlayerTextDrawSetPreviewRot
[14:37:51] Script[gamemodes/realrp.amx]: Run time error 19: \"File or function is not found\"
[14:37:51] Number of vehicle models: 0

 
[mod]Kedves Témanyitó! A logokat kérlek helyezd

 tagek közé a jobb átláthatóság érdekében! Ez alkalommal kihelyeztem helyetted.[/mod]

6
Segítség / Segítség - GTA United Linux Server.
« Dátum: 2014. Április 29. - 17:42:07 »
Sziasztok! Igazából elnézést, ha rosz topicba nyitnám. Segítséget kérnék tõletek.
Adott egy Linuxs vps. Szeretnék rátenni egy GTA United servert. Na ugye a SAMP szervereknek van Linux indító kódja. Sajnos nem tudjuk elindítani a Linuxos United szervert mert nem tudunk hozzá indító kódot. Valaki leírná,hogy kell vagy esetleg a kódot.Köszi!

Oldalak: [1]
SimplePortal 2.3.7 © 2008-2024, SimplePortal