Jump to content

CoZmIn

Membru
  • Posts

    46
  • Joined

  • Last visited

    Never

Everything posted by CoZmIn

  1. Cum pot sterge 10,acela.. Am FS cu Clock,dar nu imi merge,adica imi apare data,secundele,iar ora nu imi apare. Cred ca am vreun ceas prin gamemod,este vorba de gamemod'ul xtr'zone. Vreau sa scot ORA in gamemod,am cautat "Hour" degeaba.. Va rog...,help me.
  2. Done s-a rezolvat. Sa fie primit.
  3. Deci,am compilat cu pawn 0.3d,acest gamemod. Inainte era pe 0.3c,mergea exceptional. [pawn]C:\Users\Home\Desktop\Play-Zone 0.3d\gamemodes\ForceGamingee.pwn(1628) : error 017: undefined symbol "INVALID_BAR_ID" C:\Users\Home\Desktop\Play-Zone 0.3d\gamemodes\ForceGamingee.pwn(1629) : error 017: undefined symbol "INVALID_BAR_ID" C:\Users\Home\Desktop\Play-Zone 0.3d\gamemodes\ForceGamingee.pwn(3315) : error 017: undefined symbol "DestroyDynamicPickup" C:\Users\Home\Desktop\Play-Zone 0.3d\gamemodes\ForceGamingee.pwn(3320) : error 017: undefined symbol "DestroyDynamicPickup" C:\Users\Home\Desktop\Play-Zone 0.3d\gamemodes\ForceGamingee.pwn(3325) : error 017: undefined symbol "DestroyDynamicPickup" C:\Users\Home\Desktop\Play-Zone 0.3d\gamemodes\ForceGamingee.pwn(3330) : error 017: undefined symbol "DestroyDynamicPickup" C:\Users\Home\Desktop\Play-Zone 0.3d\gamemodes\ForceGamingee.pwn(3335) : error 017: undefined symbol "DestroyDynamicPickup" C:\Users\Home\Desktop\Play-Zone 0.3d\gamemodes\ForceGamingee.pwn(3382) : error 017: undefined symbol "MoveDynamicObject" C:\Users\Home\Desktop\Play-Zone 0.3d\gamemodes\ForceGamingee.pwn(3386) : error 017: undefined symbol "MoveDynamicObject" C:\Users\Home\Desktop\Play-Zone 0.3d\gamemodes\ForceGamingee.pwn(3390) : error 017: undefined symbol "MoveDynamicObject" C:\Users\Home\Desktop\Play-Zone 0.3d\gamemodes\ForceGamingee.pwn(3394) : error 017: undefined symbol "MoveDynamicObject" C:\Users\Home\Desktop\Play-Zone 0.3d\gamemodes\ForceGamingee.pwn(3398) : error 017: undefined symbol "MoveDynamicObject" C:\Users\Home\Desktop\Play-Zone 0.3d\gamemodes\ForceGamingee.pwn(3406) : error 017: undefined symbol "CreateDynamicObject" C:\Users\Home\Desktop\Play-Zone 0.3d\gamemodes\ForceGamingee.pwn(3410) : error 017: undefined symbol "CreateDynamicObject" C:\Users\Home\Desktop\Play-Zone 0.3d\gamemodes\ForceGamingee.pwn(3414) : error 017: undefined symbol "CreateDynamicObject" C:\Users\Home\Desktop\Play-Zone 0.3d\gamemodes\ForceGamingee.pwn(3418) : error 017: undefined symbol "CreateDynamicObject" C:\Users\Home\Desktop\Play-Zone 0.3d\gamemodes\ForceGamingee.pwn(3422) : error 017: undefined symbol "CreateDynamicObject" C:\Users\Home\Desktop\Play-Zone 0.3d\gamemodes\ForceGamingee.pwn(3430) : error 017: undefined symbol "DestroyDynamicObject" C:\Users\Home\Desktop\Play-Zone 0.3d\gamemodes\ForceGamingee.pwn(3434) : error 017: undefined symbol "DestroyDynamicObject" C:\Users\Home\Desktop\Play-Zone 0.3d\gamemodes\ForceGamingee.pwn(3438) : error 017: undefined symbol "DestroyDynamicObject" C:\Users\Home\Desktop\Play-Zone 0.3d\gamemodes\ForceGamingee.pwn(3442) : error 017: undefined symbol "DestroyDynamicObject" C:\Users\Home\Desktop\Play-Zone 0.3d\gamemodes\ForceGamingee.pwn(3446) : error 017: undefined symbol "DestroyDynamicObject" C:\Users\Home\Desktop\Play-Zone 0.3d\gamemodes\ForceGamingee.pwn(3456) : error 017: undefined symbol "DestroyDynamicObject" C:\Users\Home\Desktop\Play-Zone 0.3d\gamemodes\ForceGamingee.pwn(3464) : error 017: undefined symbol "CreateDynamicObject" C:\Users\Home\Desktop\Play-Zone 0.3d\gamemodes\ForceGamingee.pwn(3465) : error 017: undefined symbol "CreateDynamicObject" C:\Users\Home\Desktop\Play-Zone 0.3d\gamemodes\ForceGamingee.pwn(3466) : error 017: undefined symbol "CreateDynamicObject" Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 26 Errors. [/pawn]
  4. Dar sa poti da admin pe nume? Adica,daca e poti avea admin 6,in gamemod sa scrie numele tau la if(PlayerInfo[playerid][pAdmin] >= 6) Adica,sa poti da /makeadmin,numai tu,pe numele tau de owner.
  5. Aceeasi problema am si eu,dupa restart tot verzi apar. Poti sa imi spui si mie mura'n gura ? :(
  6. Foloseste tutorialul acesta : http://www.sa-mp.ro/forum/index.php/topic,5493.0.html Garantez,100% ca merge,l-am incercat eu.
  7. Ba da poti sa faci aceasta treaba. /createnote admin 1339,sau ceva de genu.
  8. Am rezolvat'o. Cum? Am bagat un streamer bun,cel de pe sa:mp.com + am adaugat plugins streamer.so si audio.so Am scapat de toate erorile din gamemod(ca sa fiu sigur ca merge). Topic closed,va rogl
  9. function "Itter_OnPlayerConnect" should return a value Acceasi problema o am si eu. Cand caut Itter_OnPlayerConnect,nu imi gaseste nimic. Trebuie sa caut linia respectiva si cand caut uite ce am : [pawn]ClearGroceries(playerid); ClearMarriage(playerid); PlayerPlaySound(playerid, 1187, 0.0, 0.0, 0.0); SetPlayerColor(playerid,COLOR_GRAD2); new plname[MAX_PLAYER_NAME]; new string[MAX_PLAYER_NAME]; GetPlayerName(playerid, plname, sizeof(plname)); format(string, sizeof(string), "Users/%s.ini", plname); if(fexist(string)) { gPlayerAccount[playerid] = 1; } else { gPlayerAccount[playerid] = 0; } //------------------------------------------- new pnamee[24]; GetPlayerName(playerid, pnamee, sizeof(pnamee)); Nume[playerid] = TextDrawCreate(46.000000, 321.000000,pnamee); TextDrawBackgroundColor(Nume[playerid], 392751048); TextDrawFont(Nume[playerid], 1); TextDrawLetterSize(Nume[playerid], 0.589999, 1.800000); TextDrawColor(Nume[playerid], -1); TextDrawSetOutline(Nume[playerid], 1); TextDrawSetProportional(Nume[playerid], 1); TextDrawShowForPlayer(playerid,Nume[playerid]); }[/pawn]
  10. [pawn] SA-MP Dedicated Server ---------------------- v0.3c R2, ©2005-2011 SA-MP Team [11:28:34] [11:28:34] Server Plugins [11:28:34] -------------- [11:28:34] Loading plugin: streamer.so [11:28:34] *** Streamer Plugin v2.5.2 R2 by Incognito loaded *** [11:28:34] Loaded. [11:28:34] Loaded 1 plugins. [11:28:34] [11:28:34] Filter Scripts [11:28:34] --------------- [11:28:34] Loading filter script 'biliard.amx'... [11:28:34] Unable to load filter script 'biliard.amx'. [11:28:34] Loading filter script 'ls_elevator.amx'... [11:28:34] Loading filter script 'neon.amx'... [11:28:34] -------------------------------------- [11:28:34] Neon System By ThisIsTheFuture Loaded! [11:28:34] -------------------------------------- [11:28:34] Loading filter script 'minievents.amx'... [11:28:34] ___________________________________________________ [11:28:34] [11:28:34] Mini-Event's [11:28:34] --------------- [11:28:34] B.Y [11:28:34] CoZmIn [11:28:34] ___________________________________________________ [11:28:34] Loading filter script 'isave.amx'... [11:28:34] --------------------------------------- [11:28:34] ------InfoPickup Generator Loaded------ [11:28:34] ----------------by RazR---------------- [11:28:34] --------------------------------------- [11:28:34] Loaded 4 filter scripts. [11:28:34] Script[gamemodes/PlayZone.amx]: Run time error 19: "File or function is not found" [11:28:34] Number of vehicle models: 0[/pawn]
  11. Imi da asta in consola : [11:06:45] Script[gamemodes/PlayZone.amx]: Run time error 19: "File or function is not found" [11:06:45] Number of vehicle models: 0 Va rog,help me. Ajutati-ma si pe mine pas cu pas,va rog.
  12. In primul rand,vorbeste romaneste,iar in al doilea rand,citeste regulamentul.
  13. Nu ai definit ng1,ng2 si asa mai departe. Pune : new ng1; new ng2; Pune la inceputul GM'ului.
  14. Ai probleme cu masinile personale... Asa mi se intampla si mie.
  15. Am rezolvat.. Ar trebuie sa se bage si barci/moto-uri personale. GG !
  16. Da,am inteles.. Dar nu inteleg cum sa modific..adica unde sa pun eu masinile,etc.. Sunt cam praf )
  17. 1. Nu stiu unde sa pun : Nu am instalat in GM "OnGameModeExit" : public OnGameModeExit(){ SendRconCommand("unloadfs carownership"); return 1;}//in cazul in care aveti OnGameModeExit deja, puneti doar SendRconCommand("unloadfs carownership"); la sfarsit/ sa ramana return 1; ultimul.//asta o adaugati la sfarsitul OnGameModeInit PS: si aici trebuie return 1; sa ramana ultimul.SendRconCommand("loadfs carownership"); 2.Nu vreau sa pun toate masinile din GameMod,adica si alea ale factiuni,PD,NG,FBI..etc.. Multumesc mult.
  18. Nu-mi iese deloc,ti-am dat add pe mess. Va rog ajutati-va : add [email protected]. Mersi
  19. Salut.Sunt si eu interesat cu niste masini personale.. Cu /v buy,cu /v park..etc.. Daca se poate sa-mi dati si mie ..va rog frumos. Multumesc.O zii frumoasa in continuare.
×
×
  • 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.