Jump to content

TheGodfather

Membru
  • Posts

    500
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by TheGodfather

  1. Aa ok, multumesc mult pentru ajutor.
  2. Atunci nu se poate scoate derapajul ala fara sa stric si sistemul de stage nu?
  3. Sall, imi puteti spune ce sunt astea? In caz ca e ceva ddos si cum se poate oprii? [17:58:45] [connection] 46.105.179.104:22005 requests connection cookie. [17:58:45] [connection] 46.105.179.104:22005 requests connection cookie. [17:58:45] [connection] 46.105.179.104:22005 requests connection cookie. [17:58:45] [connection] 46.105.179.104:22005 requests connection cookie. [17:58:45] [connection] 46.105.179.104:22005 requests connection cookie. [17:58:45] [connection] 46.105.179.104:22005 requests connection cookie. [17:58:45] [connection] 46.105.179.104:22005 requests connection cookie. [17:58:45] [connection] 46.105.179.104:22005 requests connection cookie. [17:58:45] [connection] 46.105.179.104:22005 requests connection cookie. [17:58:45] [connection] 46.105.179.104:22005 requests connection cookie. [17:58:45] [connection] 46.105.179.104:22005 requests connection cookie. [17:58:45] [connection] 46.105.179.104:22005 requests connection cookie. [17:58:45] [connection] 46.105.179.104:22005 requests connection cookie. [17:58:45] [connection] 46.105.179.104:22005 requests connection cookie. [17:58:45] [connection] 46.105.179.104:22005 requests connection cookie. [17:58:45] [connection] 46.105.179.104:22005 requests connection cookie. [17:58:45] [connection] 46.105.179.104:22005 requests connection cookie. [17:58:45] [connection] 46.105.179.104:22005 requests connection cookie. [17:58:45] [connection] 46.105.179.104:22005 requests connection cookie. [17:58:45] [connection] 46.105.179.104:22005 requests connection cookie. [17:58:45] [connection] 46.105.179.104:22005 requests connection cookie. [17:58:45] [connection] 46.105.179.104:22005 requests connection cookie. [17:58:45] [connection] 46.105.179.104:22005 requests connection cookie. [17:58:45] [connection] 46.105.179.104:22005 requests connection cookie. [17:58:45] [connection] 46.105.179.104:22005 requests connection cookie. [17:58:45] [connection] 46.105.179.104:22005 requests connection cookie. [17:58:45] [connection] 46.105.179.104:22005 requests connection cookie. [17:58:45] [connection] 46.105.179.104:22005 requests connection cookie. [17:58:45] [connection] 46.105.179.104:22005 requests connection cookie. [17:58:45] [connection] 46.105.179.104:22005 requests connection cookie. [17:58:45] [connection] 46.105.179.104:22005 requests connection cookie.
  4. Atunci cum pot separa stage-ul de premium, stage-ul sa imi dea doar viteza in plus, gen la infernus daca am stage 1 sa am 5km+, stage 2 10km+ si stage 3 15km+
  5. La fel face, nu mai merge stage-ul dar a dezactivat si deraparea aia.
  6. cLegendary e pentru sistemul premium
  7. Cateva minute l-am lasat. Las gm-ul aici. B-HOOD.pwn
  8. Am testat cu multe masini, infernus, nrg 500, sultan si toate derapau cand aveau sistemul premium mai repede ca in mod normal.
  9. function GiveVehicleSpeed(i) { if(ServerSystem[11] == 1 || !IsPlayerInAnyVehicle(i)) return true; new vehicleid = GetPlayerVehicleID(i), keys, Float:vx, Float:vy, Float:vz, carid = FindSpawnID(GetPlayerVehicleID(i)) ; if(GetVehicleSpeedUp(i, carid)) return true; GetPlayerKeys(i, keys, _:vx, _:vx); if ((keys & (KEY_VEHICLE_FORWARD | KEY_VEHICLE_BACKWARD | KEY_HANDBRAKE)) == KEY_VEHICLE_FORWARD) { GetVehicleVelocity(vehicleid, vx, vy, vz); if (vx * vx + vy * vy < g_SpeedThreshold) return true; vx *= SPEED_MULTIPLIER; vy *= SPEED_MULTIPLIER; if (vz > 0.04 || vz < -0.04) vz -= 0.020; SetVehicleVelocity(vehicleid, vx, vy, vz); } return true; } Daca pun cum ai pus tu nu mai merge sistemul de stage, doar derapajul ala vreau sa il elimin
  10. Type Name Calls Self Time Total Time % Overall Average Worst % Overall Average Worst normal Command_Add 610 0.18% 0.0 0.0 0.0 3.76% 0.2 0.3 0.9 normal Command_DecOPCP 1 0.00% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 normal Command_DecOPCR 1 0.00% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 normal Command_Generate 1 2.38% 0.0 17.9 17.9 0.42% 0.0 22.9 22.9 normal Command_IncOPCP 1 0.00% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 normal Command_IncOPCR 1 0.00% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 normal Command_InitialiseFromGroups 610 0.02% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 normal Debug_SetState 1 0.00% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 public Master_OnScriptClose 1 0.00% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 public q@ 2 0.00% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 public x@ 2 0.00% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 public z@ 2 0.00% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 normal operator*(Float:,_:) 1 0.00% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 normal operator/(Float:,_:) 72 0.01% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 normal operator+(Float:,_:) 2 0.00% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 normal operator-(Float:,_:) 1 0.00% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 public OnGameModeInit 1 0.03% 0.0 0.2 0.2 9.87% 0.5 540.7 540.7 normal GangZoneCreateEx 36 0.04% 0.0 0.0 0.0 0.03% 0.0 0.0 0.1 normal GangZoneCreateNumber 36 0.04% 0.0 0.0 0.0 0.01% 0.0 0.0 0.0 normal GangZoneCreateNumber2 25 0.03% 0.0 0.0 0.0 0.01% 0.0 0.0 0.0 public PZone_OnGameModeInit 1 0.01% 0.0 0.0 0.0 9.85% 0.5 539.4 539.4 public OnGameModeExit 1 0.01% 0.0 0.1 0.1 0.01% 0.0 0.3 0.3 normal ScriptInit_OnScriptInit 1 0.01% 0.0 0.0 0.0 7.43% 0.4 407.1 407.1 public YVers_Callback 1 0.00% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 normal YVers_OnScriptInit 1 0.00% 0.0 0.0 0.0 7.38% 0.4 404.0 404.0 normal ScriptInit_OnGameModeInit 1 0.00% 0.0 0.0 0.0 2.41% 0.1 132.2 132.2 public Itter_OnGameModeInit 1 0.01% 0.0 0.1 0.1 2.41% 0.1 132.2 132.2 normal ExecuteLAFK 1 0.00% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 normal SSCANF_OnGameModeInit 1 0.00% 0.0 0.0 0.0 2.41% 0.1 132.0 132.0 public L_AFKDETECT 110 3.45% 0.0 0.2 0.4 0.96% 0.1 0.5 0.7 normal Debug_OnScriptInit 1 0.00% 0.0 0.0 0.0 7.38% 0.4 404.0 404.0 normal AMX_GetGlobal 1 0.00% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 normal AMX_GetBaseCount 2028 0.09% 0.0 0.0 0.0 0.01% 0.0 0.0 0.0 normal AMX_GetEntry 31 4.36% 0.0 1.1 1.2 1.93% 0.1 3.4 3.8 normal AMX_GetEntrySuffix 196 0.73% 0.0 0.0 0.3 0.10% 0.0 0.0 0.3 normal AMX_GetNamePrefix 1801 3.56% 0.0 0.0 0.3 0.55% 0.0 0.0 0.3 normal AMX_GetPointerSuffix 182 0.01% 0.0 0.0 0.0 0.10% 0.0 0.0 0.3 normal AMX_ReadString 51857 8.42% 0.1 0.0 0.0 1.16% 0.1 0.0 0.0 normal AMX_Read 31 0.00% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 normal AMX_Write 31 0.00% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 normal Hooks_AddOne 53 0.00% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 normal Hooks_FindAll 70 0.10% 0.0 0.0 0.0 0.54% 0.0 0.4 0.5 normal Hooks_RemovePublic 31 0.01% 0.0 0.0 0.0 1.93% 0.1 3.4 3.9 normal AMX_OnScriptInit 1 4.22% 0.0 31.7 31.7 7.37% 0.4 404.0 404.0 normal ScriptInit_OnScriptExit 1 0.01% 0.0 0.1 0.1 0.00% 0.0 0.1 0.1 public L_AFK_OnGM 1 0.01% 0.0 0.0 0.0 2.41% 0.1 132.0 132.0 normal ScriptInit_OnGameModeExit 1 0.01% 0.0 0.0 0.0 0.00% 0.0 0.1 0.1 public OnDynamicObjectMoved 1 0.01% 0.0 0.1 0.1 0.00% 0.0 0.1 0.1 normal S@@_OnScriptInit 1 0.00% 0.0 0.0 0.0 0.00% 0.0 0.1 0.1 public Master_Reassert 1 0.00% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 normal _Master_Get 3 0.00% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 normal YSIM_OnMasterSystemInit 1 0.00% 0.0 0.0 0.0 0.00% 0.0 0.1 0.1 normal Bintree_Generate 1 0.00% 0.0 0.0 0.0 0.04% 0.0 2.3 2.3 normal Bintree_Reset 1 0.00% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 normal Bintree_QSort 610 1.80% 0.0 0.0 1.8 0.25% 0.0 0.0 1.8 normal Bintree_SortHalf 511 0.58% 0.0 0.0 0.6 0.08% 0.0 0.0 0.6 normal PA_Init 610 0.09% 0.0 0.0 0.0 0.01% 0.0 0.0 0.0 normal Command_FindSlowStrict 610 20.68% 0.2 0.3 0.6 3.66% 0.2 0.3 0.9 normal Command_AddHashPacked 610 0.30% 0.0 0.0 0.0 0.06% 0.0 0.0 0.0 normal Command_PackHash 610 0.22% 0.0 0.0 0.0 0.05% 0.0 0.0 0.0 normal z@OnScriptInit 1 0.00% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 normal x@OnScriptInit 1 0.00% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 normal _Timer_I 192 0.01% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 normal dair 1 0.00% 0.0 0.0 0.0 0.00% 0.0 0.1 0.1 normal calculeazaProcentul 1 0.00% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 normal randomZone_ 1 0.00% 0.0 0.0 0.0 0.00% 0.0 0.1 0.1 normal loadTD_dropAir 1 0.00% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 public SearchForNewlyPausedPlayers 110 4.67% 0.0 0.3 0.5 0.95% 0.1 0.5 0.7 public main 1 0.00% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 public OnPlPa_OnGameModeInit 1 17.51% 0.1 131.7 131.7 2.40% 0.1 131.7 131.7 public OneTimer@yT_ 1 0.00% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 public OneTimer 183 0.70% 0.0 0.0 0.1 0.10% 0.0 0.0 0.1 public TwoTimer@yT_ 1 0.00% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 public TwoTimer 91 0.34% 0.0 0.0 0.1 0.05% 0.0 0.0 0.1 normal FormatNumbers 151 0.04% 0.0 0.0 0.0 0.01% 0.0 0.0 0.0 public LoadStuffs 1 0.00% 0.0 0.0 0.0 0.00% 0.0 0.2 0.2 public LoadFaction 1 0.00% 0.0 0.0 0.0 0.00% 0.0 0.1 0.1 public LoadDSVeh 1 0.01% 0.0 0.1 0.1 0.01% 0.0 0.3 0.3 normal UpdateLabel 153 0.06% 0.0 0.0 0.0 0.03% 0.0 0.0 0.0 public timersec 54 0.20% 0.0 0.0 0.0 0.03% 0.0 0.0 0.0 normal GetFMembers 1 0.00% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 public CheckFMembers 15 0.01% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 normal GetWeekDay 54 0.05% 0.0 0.0 0.0 0.01% 0.0 0.0 0.0 public Spectator@yT_ 1 0.00% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 public Spectator 26 0.08% 0.0 0.0 0.1 0.01% 0.0 0.0 0.1 native tolower 8868 0.28% 0.0 0.0 0.0 0.04% 0.0 0.0 0.0 native getproperty 5 0.00% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 native setproperty 10 0.00% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 native existproperty 4 0.00% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 native random 2 0.00% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 native float 465 0.02% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 native floatmul 220 0.01% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 native floatdiv 73 0.00% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 native floatadd 978 0.03% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 native floatsub 912 0.03% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 native strlen 421 0.01% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 native strcat 70 0.00% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 native strcmp 186973 6.07% 0.0 0.0 0.3 0.83% 0.0 0.0 0.3 native strfind 50145 1.66% 0.0 0.0 0.0 0.23% 0.0 0.0 0.0 native strmid 50 0.00% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 native strins 302 0.01% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 native strval 50 0.00% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 native gettime 54 0.01% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 native getdate 54 0.03% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 public LocalTimer@yT_ 1 0.00% 0.0 0.0 0.0 0.00% 0.0 0.1 0.1 public LocalTimer 54 0.37% 0.0 0.1 0.1 0.09% 0.0 0.1 0.2 public DecreaseTimer@yT_ 1 0.00% 0.0 0.0 0.0 0.00% 0.0 0.1 0.1 public DecreaseTimer 10 0.03% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 public Timers@yT_ 1 0.00% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 public Timers 54 0.24% 0.0 0.0 0.1 0.04% 0.0 0.0 0.1 normal OtherTimer 54 0.06% 0.0 0.0 0.0 0.01% 0.0 0.0 0.0 normal CreateVehicleEx 255 0.07% 0.0 0.0 0.0 0.02% 0.0 0.0 0.0 public HelperQuestions@yT_ 1 0.00% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 public HelperQuestions 5 0.02% 0.0 0.0 0.1 0.00% 0.0 0.0 0.1 public CheckGas@yT_ 1 0.00% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 public CheckGas 2 0.00% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 public SQL_loadTurfs 1 0.02% 0.0 0.1 0.1 0.04% 0.0 2.1 2.1 public LoadFactions 1 0.02% 0.0 0.1 0.1 0.01% 0.0 0.5 0.5 public LoadGraffiti 1 0.01% 0.0 0.1 0.1 0.01% 0.0 0.4 0.4 public InsertSafeZone 1 0.00% 0.0 0.0 0.0 0.01% 0.0 0.7 0.7 public LoadProperty 1 0.16% 0.0 1.2 1.2 0.38% 0.0 20.8 20.8 public InsertClans 1 0.00% 0.0 0.0 0.0 0.03% 0.0 1.7 1.7 public LoadJobs 1 0.01% 0.0 0.1 0.1 0.03% 0.0 1.6 1.6 public InsertGarages 1 0.00% 0.0 0.0 0.0 0.00% 0.0 0.2 0.2 public LoadBizz 1 0.05% 0.0 0.4 0.4 0.03% 0.0 1.6 1.6 normal LoadGPS 38 0.00% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 public LoadSafes 1 0.02% 0.0 0.1 0.1 0.01% 0.0 0.5 0.5 public LoadHQClans 1 0.00% 0.0 0.0 0.0 0.00% 0.0 0.2 0.2 public LoadSVehicle 1 0.30% 0.0 2.3 2.3 0.77% 0.0 42.2 42.2 public SyncUp@yT_ 1 0.01% 0.0 0.0 0.0 0.00% 0.0 0.1 0.1 normal FactionName 15 0.00% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 public RentCar@yT_ 1 0.01% 0.0 0.0 0.0 0.00% 0.0 0.1 0.1 public RentCar 2 0.01% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 normal GClanMembers 1 0.01% 0.0 0.1 0.1 0.00% 0.0 0.1 0.1 native SetVehicleNumberPlate 255 0.01% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 native SetVehicleVirtualWorld 255 0.01% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 native CreateVehicle 255 0.08% 0.0 0.0 0.0 0.01% 0.0 0.0 0.0 native SendClientMessageToAll 3 0.00% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 normal save_stock 1 0.00% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 native IsPlayerConnected 33200 3.41% 0.0 0.0 0.0 0.47% 0.0 0.0 0.0 native print 10 0.40% 0.0 0.3 0.5 0.05% 0.0 0.3 0.5 native printf 16 0.47% 0.0 0.2 1.5 0.06% 0.0 0.2 1.5 native format 1008 0.12% 0.0 0.0 0.0 0.02% 0.0 0.0 0.0 native SetTimer 14 0.01% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 native GetTickCount 220 0.10% 0.0 0.0 0.0 0.01% 0.0 0.0 0.0 native GetMaxPlayers 11111 2.26% 0.0 0.0 0.0 0.31% 0.0 0.0 0.0 native SetTimerEx 13 0.00% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 native SetVehicleHealth 255 0.02% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 native CallRemoteFunction 5 0.00% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 native CallLocalFunction 7 0.01% 0.0 0.0 0.0 17.08% 0.9 133.6 539.4 native CreateObject 154 0.04% 0.0 0.0 0.0 0.01% 0.0 0.0 0.0 native AttachObjectToVehicle 154 0.01% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 native SetObjectMaterialText 22 0.00% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 native TextDrawCreate 16 0.00% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 native TextDrawSetString 163 0.09% 0.0 0.0 0.0 0.01% 0.0 0.0 0.0 native TextDrawLetterSize 16 0.00% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 native TextDrawTextSize 15 0.00% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 native TextDrawAlignment 16 0.00% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 native TextDrawColor 16 0.00% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 native TextDrawUseBox 9 0.00% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 native TextDrawBoxColor 13 0.00% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 native TextDrawSetShadow 32 0.00% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 native TextDrawSetOutline 16 0.00% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 native TextDrawBackgroundColor 16 0.00% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 native TextDrawFont 16 0.00% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 native TextDrawSetProportional 16 0.00% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 native TextDrawSetSelectable 8 0.00% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 native TextDrawSetPreviewModel 1 0.00% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 native TextDrawSetPreviewRot 1 0.00% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 native GangZoneCreate 398 0.02% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 native Create3DTextLabel 15 0.00% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 native HTTP 1 0.01% 0.0 0.1 0.1 0.00% 0.0 0.1 0.1 public load_objects_accesory 1 0.00% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 normal load_accs_td 1 0.01% 0.0 0.1 0.1 0.00% 0.0 0.1 0.1 native sscanf 1 0.00% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 native SSCANF_Init 1 0.00% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 native orm_create 34 0.01% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 native orm_apply_cache 34 0.00% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 native orm_addvar_int 68 0.01% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 native orm_addvar_float 136 0.02% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 native cache_get_row_count 103 0.01% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 native cache_get_field_content 480 0.07% 0.0 0.0 0.0 0.01% 0.0 0.0 0.0 native cache_get_field_content_int 4574 7.49% 0.1 0.0 3.8 1.03% 0.1 0.0 3.8 native cache_get_field_content_float 2168 0.28% 0.0 0.0 0.0 0.04% 0.0 0.0 0.0 native mysql_tquery 19 0.00% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 native mysql_format 18 0.00% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 native funcidx 83 0.01% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 native CreateDynamic3DTextLabel 179 0.03% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 native CreateDynamicMapIcon 149 0.01% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 native CreateDynamicObject 21 0.00% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 native CreateDynamicPickup 192 0.02% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 native CreateDynamicRectangle 365 0.15% 0.0 0.0 0.7 0.02% 0.0 0.0 0.7 native DestroyDynamic3DTextLabel 38 0.00% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 native DestroyDynamicObject 1 0.00% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 native DestroyDynamicPickup 115 0.00% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 native GetDynamicObjectPos 2 0.00% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 native MoveDynamicObject 2 0.00% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 native SetDynamicObjectMaterialText 17 0.00% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 native UpdateDynamic3DTextLabelText 115 0.01% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 native Profiler_Start 1 0.00% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0 native Profiler_Stop 1 0.00% 0.0 0.0 0.0 0.00% 0.0 0.0 0.0
  11. O sa pun profiler si revin cu rezultatele de la acesta.
  12. Ok, multumesc. Voi incerca si revin cu reply.
  13. Server-ul este o combinatiei intre RPG si GF, este deschis de ceva vreme. Avem server de discord, daca vreti sa intrati acolo puteti discuta cu alti playeri, puneti in browser discord.io/lastgame si va da redirect. Nu e un server cu sisteme noi sau revolutionare, sa clarificam asta de la inceput. Momentan orice player poate intra in ce factiune doreste, functiile de lider/helper/admin se obtin prin aducerea jucatorilor pe server, cu conditia sa si stea. Las mai jos o poza. Acestea sunt factiunile in care pot intra jucatorii: Avem eventuri automate precum cele din pozele urmatoare: Aceste misiuni apar la fiecare payday, exista si bonusuri daca jucatorii fac un anumit numar de misiuni: Pe server sunt 2 quest-uri care se reseteaza automat in fiecare zi, restul detaliilor si sistemelor le puteti descoperii voi. Va asteptam pe server.
  14. Salut, am primit aceasta eroare in logurile serverului, tin sa mentionez ca hostul la care am serverul are 1GB RAM. [00:51:13] Script[gamemodes/B-HOOD.amx]: Run time error 16: "Out of memory" [00:51:13] Failed to load 'gamemodes/B-HOOD.amx' script. [00:51:13] Number of vehicle models: 0 [00:51:24] [debug] Server crashed due to an unknown error [00:51:24] [debug] Native backtrace: [00:51:24] [debug] #0 f741ee8b in _ZN10StackTraceC1EPv () from plugins/crashdetect.so [00:51:24] [debug] #1 f7417bcf in _ZN11CrashDetect20PrintNativeBacktraceERSoPv () from plugins/crashdetect.so [00:51:24] [debug] #2 f7418dbc in _ZN11CrashDetect20PrintNativeBacktraceEPv () from plugins/crashdetect.so [00:51:24] [debug] #3 f7419226 in _ZN11CrashDetect11OnExceptionEPv () from plugins/crashdetect.so [00:51:24] [debug] #4 f741eadc in ?? () from plugins/crashdetect.so [00:51:24] [debug] #5 f7780410 in ?? () [00:51:24] [debug] #6 0809568c in ?? () from ./samp03svr [00:51:24] [debug] #7 080957cd in ?? () from ./samp03svr [00:51:24] [debug] #8 f5e6808e in ?? () from plugins/streamer.so [00:51:24] [debug] #9 080a73a9 in ?? () from ./samp03svr [00:51:24] [debug] #10 080ad654 in ?? () from ./samp03svr [00:51:24] [debug] #11 080aeecf in ?? () from ./samp03svr [00:51:24] [debug] #12 080aef02 in ?? () from ./samp03svr [00:51:24] [debug] #13 080aa13a in ?? () from ./samp03svr [00:51:24] [debug] #14 f745d2d3 in __libc_start_main () from /lib/libc.so.6
  15. Salut, am o problema la aceasta functie, uneori in loc sa imi dea un string cu unul sau mai multe caractere imi da un string fara niciun caracter. Cum pot modifica functia asta astfel incat sa imi dea la ReactionString un string cu 1 sau mai multe caractere? public ReactionTest() { KillTimer(ReactionTimer); new string[256]; if(PassiveMode == PASSIVE_OFF) { new Rstr[] = "aA1bBcCd6DeEfFg12Gh53swHjJkK534mMnNo3OpPqsQrRsStTuUvVwWxXyYzZ0123456789"; for (new i = 0; i < 9; i++)ReactionString[i] = Rstr[random(sizeof(Rstr))]; ReactionCash = random( MAX_WINNINGS - MIN_WINNINGS ) + random(1934) + MIN_WINNINGS * 4 + 120000; } else PassiveMode = PASSIVE_OFF; ReactionState = R_STATE_ACTIVE; format(string,sizeof(string),"{FFFFFF}[FAST]:{CCCCCC} Primul care scrie {FF6347}%s {CCCCCC}castiga {009602}%d$!",ReactionString,ReactionCash); SendClientMessageToAll(0xFFFFFFFF,string); ReactionTimer = SetTimer("ReactionTest",540000,true); return 1; }
  16. Salut, imi puteti spune ce trebuie sa elimin din acest gamemode ca atunci cand masina personala are sistemul Premium pe ea sa nu mai derapeze mai usor decat in mod normal? E legat de velocity banuiesc dar nu stiu ce sa scot. B-HOOD.pwn
  17. Ok, multumesc. Am pus pe server modificarile pe care le-ai mentionat. Daca mai apar probleme revin cu raspuns.
×
×
  • 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.