Jump to content

Smokey20_official

Membru
  • Posts

    60
  • Joined

  • Last visited

Profile Information

  • Location
    Constanţa

Contact Methods

  • Discord
    Smokey20#5250

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Smokey20_official's Achievements

Contributor

Contributor (5/14)

  • Reacting Well Rare
  • Dedicated Rare
  • Collaborator
  • One Year In
  • One Month Later

Recent Badges

1

Reputation

  1. Ma poate ajuta cineva sa configurez Bigint.inc by matt pentru gm burned?
  2. function GetVehicleSpeedUp(playerid, carid) { if(ServerSystem[11] == 1) return true; new x, m = CarInfo[carid][cMaxSpeed]; x = CarInfo[carid][cStage] ? StageSpeed[0][CarInfo[carid][cStage]]+x : x; return Carspeed(GetPlayerVehicleID(playerid)) < (m-3) || Carspeed(GetPlayerVehicleID(playerid)) > (x-3) ? (true) : (false); }
  3. Presupun ca am gasit problema, iti spun imediat
  4. 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; }
  5. 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; }
  6. Salut, am copiat toate scripturile legate de stage din gamemodeul bhood in gamemodeul burned si viteza vehiculului nu se actualizeaza. Va rog sa ma ajutati. Un infernus fara stage prinde maxim 209, dar cu stage prinde tot 209 function OneTimer() { foreach(new i : IsSpeed) GiveVehicleSpeed(i); return 1; } l-am trecut sub functie deoarece sub forma de task dadea erori, iar apoi am zis sa apelez la functia de timer, dar nu mai stiu unde trebuia sa o pun. SetTimer("OneTimer", 350, true);
  7. da frate, asta e problema daca uiti anumite lucruri, gata. Esti prost, nu stii, nu ai experienta etc. Treaba ta cum gandesti anumite lucruri. Alberto alege ce face
  8. am uitat ca la acel gm da erori la compilare sublime, asa ca am si spus ca am rezolvat
  9. Imi poti da add pe discord daca doresti. xanny_official
  10. De ce consider ca ma pot implica suficient de mult ca sa putem readuce sa:mp-ul din nou la gloria de alta data? Consider acest lucru deoarece am fost scripter la un server de samp rpg.corletone.ro ce a avut peste 50 de playeri online la deschidere cat si dupa deschidere. Am o experienta de scripting de vre-o 3-4 ani.
  11. C:\Users\afilb\OneDrive\Desktop\gm b-hood\pawno\include\YSI\y_hooks.inc(64) : fatal error 111: user error: Did you do <YSI/y_hooks> instead of the required <YSI\y_hooks>? Compilation aborted. Pawn compiler 3.10.8 Copyright (c) 1997-2006, ITB CompuPhase 1 Error. [Finished in 281ms]
  12. gm bhood edit de la newton, posibil sa il bag pe cel clear de la razvy
×
×
  • 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.