Jump to content

Funnk@

Membru
  • Posts

    49
  • Joined

  • Last visited

Everything posted by Funnk@

  1. Help C:\Users\Funnk\Desktop\gm.pwn(11533) : warning 235: public function lacks forward declaration (symbol "OnPlayerAirbreak") C:\Users\Funnk\Desktop\gm.pwn(11547) : warning 235: public function lacks forward declaration (symbol "OnPlayerFly") C:\Users\Funnk\Desktop\gm.pwn(55478) : warning 217: loose indentation C:\Users\Funnk\Desktop\gm.pwn(55486) : warning 202: number of arguments does not match definition C:\Users\Funnk\Desktop\gm.pwn(55486) : warning 202: number of arguments does not match definition C:\Users\Funnk\Desktop\gm.pwn(55486) : warning 202: number of arguments does not match definition C:\Users\Funnk\Desktop\gm.pwn(55737) : warning 209: function "cmd_roll" should return a value C:\Users\Funnk\Desktop\gm.pwn(55744) : warning 217: loose indentation C:\Users\Funnk\Desktop\gm.pwn(55752) : warning 202: number of arguments does not match definition C:\Users\Funnk\Desktop\gm.pwn(55752) : warning 202: number of arguments does not match definition C:\Users\Funnk\Desktop\gm.pwn(55752) : warning 202: number of arguments does not match definition C:\Users\Funnk\Desktop\gm.pwn(56004) : warning 209: function "cmd_spin" should return a value C:\Users\Funnk\Desktop\gm.pwn(22494) : warning 204: symbol is assigned a value that is never used: "RollPosX" C:\Users\Funnk\Desktop\gm.pwn(22495) : warning 204: symbol is assigned a value that is never used: "RollPosY" C:\Users\Funnk\Desktop\gm.pwn(22496) : warning 204: symbol is assigned a value that is never used: "RollPosZ" C:\Users\Funnk\Desktop\gm.pwn(22487) : warning 204: symbol is assigned a value that is never used: "SpinPosX" C:\Users\Funnk\Desktop\gm.pwn(22488) : warning 204: symbol is assigned a value that is never used: "SpinPosY" C:\Users\Funnk\Desktop\gm.pwn(22489) : warning 204: symbol is assigned a value that is never used: "SpinPosZ" C:\Users\Funnk\Desktop\gm.pwn(22498) : warning 204: symbol is assigned a value that is never used: "roll3DText" C:\Users\Funnk\Desktop\gm.pwn(22497) : warning 204: symbol is assigned a value that is never used: "rollobject" C:\Users\Funnk\Desktop\gm.pwn(22491) : warning 204: symbol is assigned a value that is never used: "spin3DText" C:\Users\Funnk\Desktop\gm.pwn(22490) : warning 204: symbol is assigned a value that is never used: "spinobject" Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase 22 Warnings.
  2. Pai fac clanul, ii pun nume, tag, ii culoare din setarile clanului, nume la rank-uri etc si daca dau restart imi dispare tot
  3. Salut, am si eu o problema la clanuri, cand fac un clan, ii pun tag tot nume, dau restart si nu mai nici tagul, nici nume, nici culoare etc. Se salveaza in baza de date corect.
  4. am sters ala cu tmpobjid si cu ala TrollDetect nu am nimic in gm, imi da aceleasi warning-uri
  5. Salut, am si eu 2 warning-uri pe care le vreau sa le rezolv, dar nu stiu cum gmm.pwn(36841) : warning 203: symbol is never used: "TrollDetect" linia fiind goala, la finalul gm-ului. systems.inc(1015) : warning 219: local variable "tmpobjid" shadows a variable at a preceding level Help
  6. REZOLVAT, am "reasezat" liniile comenzii.
  7. if(newkeys & KEY_FIRE || newkeys & KEY_AIM) am asta in public
  8. nu am adaugat nicio functie, am adaugat ce este acolo, am cautat eroarea adica "newkeys" in gm am gasit ceva definit, dar tot nu inteleg dc imi zice ca nu e definit
  9. in gm asta public OnPlayerKeyStateChange(playerid, newkeys, oldkeys) { new newcar = GetClosestVehicle2(playerid, 40); new veh = GetPlayerVehicleID(playerid); new engine,lights,alarm,doors,bonnet,boot,objective; if(newkeys & KEY_JUMP && !(oldkeys & KEY_JUMP) && GetPlayerSpecialAction(playerid) == SPECIAL_ACTION_CUFFED) ApplyAnimation(playerid, "GYMNASIUM", "gym_jog_falloff",4.1,0,1,1,0,0); if(newkeys & KEY_FIRE || newkeys & KEY_AIM) { new weapon = GetPlayerWeapon(playerid), slot = GetWeaponSlot(weapon); if(GetPlayerState(playerid) != PLAYER_STATE_DRIVER && WeaponData[playerid][slot] == false && slot != 0 && weapon != 46 && GetPlayerWeapon(playerid) != 9 && curatj[playerid] == 0) { ResetPlayerWeaponsEx(playerid); ResetPlayerWeapons(playerid); new sendername[25],gunname[50],string[256]; GetWeaponNameEx(weapon,gunname,sizeof(gunname)); GetPlayerName(playerid, sendername, sizeof(sendername)); format(string, sizeof(string), "(N) %s (%d, level %d) may be using weapon hack, weapon created: %s.",sendername, playerid, PlayerInfo[playerid][pLevel], gunname); ABroadCast(COLOR_RED,string,1); return 1; } }
  10. Pai "am incercat sa fac" comanda /speed https://pastebin.com/bTcdUj4A Insa am aceasta eroare E:\GM BY DROM\gamemodes\ExtremeGame.pwn(8908) : error 017: undefined symbol "newkeys" linia problema e if(newkeys & KEY_FIRE)
  11. pai am modificat, in comanda unde e scris 7, am pus lvpd, dar degeaba,
  12. Am o problema la comanda /set, cand scriu /set x group 7, nu imi arata factiunea.. https://pastebin.com/0FKqTH2V Din cate am vazut prin gm(de pe net), a fost facuta o factiune si stearsa, dar nu in totalitate.
  13. Funnk@

    Intrebare

    Am inteles, am adaugat la comanda asa https://pastebin.com/hfhuh0G7 E ok? In joc merge, nu-mi da erori sau cv.
  14. Funnk@

    Intrebare

    In gm nu am avut nicio chestie de gotojob, am luat comanda din alt gm, am editat-o, am rezolvat niste erori si warning-uri, dar coordonatele la jobs nu le-am pus, mai exact imi poti spune unde sa le pun? Si in legatura cu jobinfo, am doar atat https://pastebin.com/qeziEqkR
  15. Funnk@

    Intrebare

    Salut, am si eu o problema cu comanda /gotojob, in joc cand folosesc comanda ma teleporteaza in cer si in chat scrie ca am folosit comandat pe jobul cu id 0. In gm e asa : https://pastebin.com/xMxuc2HB
  16. Am incercat, totul merge perfect si la safe box , totul, Multumesc !
  17. Am facut urmatoarea chestie, am luat coordonatele xyz din baza de date a factiunii School Instructors LV, am modificat virtual worldu, safe box s-a pus automat si acum vad ca nu ma mai spawneaza in aer, sa se faca bug intre cele 2 factiuni?
  18. Daca ma misc mai intr-o parte, cad, daca nu ma misc nu cad
×
×
  • 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.