Jump to content

George

Membru
  • Posts

    43
  • Joined

  • Last visited

    Never

Everything posted by George

  1. Fara reclama. Citeste regulamentul.
  2. George

    Comenzi

    Deci am descoperit de la ce este cand adaug #include <dini> si strtok(const string[], &index) { new length = strlen(string); while ((index < length) && (string[index] <= ' ')) { index++; } new offset = index; new result[20]; while ((index < length) && (string[index] > ' ') && ((index - offset) < (sizeof(result) - 1))) { result[index - offset] = string[index]; index++; } result[index - offset] = EOS; return result; } Nu mai merge nici o comanda desi daca nu le pun mie imi da eroare la dini !
  3. George

    Comenzi

    Raspunde cineva cum se face :| ?
  4. George

    Eroare Audio

    Am rezolvat , acum imi da amx ,dar imi da 48 Warninguri de la rotative.inc C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(12977) : warning 202: number of arguments does not match definition C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(12992) : warning 202: number of arguments does not match definition C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(13007) : warning 202: number of arguments does not match definition C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(13022) : warning 202: number of arguments does not match definition C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(13140) : warning 202: number of arguments does not match definition C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(13154) : warning 202: number of arguments does not match definition C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(13169) : warning 202: number of arguments does not match definition C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(13183) : warning 202: number of arguments does not match definition C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(13198) : warning 202: number of arguments does not match definition C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(13214) : warning 202: number of arguments does not match definition C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(13231) : warning 202: number of arguments does not match definition C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(13245) : warning 202: number of arguments does not match definition C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(13260) : warning 202: number of arguments does not match definition C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(13274) : warning 202: number of arguments does not match definition C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(13289) : warning 202: number of arguments does not match definition C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(13305) : warning 202: number of arguments does not match definition C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(13320) : warning 202: number of arguments does not match definition C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(13336) : warning 202: number of arguments does not match definition C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(13351) : warning 202: number of arguments does not match definition C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(13363) : warning 202: number of arguments does not match definition C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(13375) : warning 202: number of arguments does not match definition C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(13387) : warning 202: number of arguments does not match definition C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(13399) : warning 202: number of arguments does not match definition C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(13410) : warning 202: number of arguments does not match definition C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(17840) : warning 235: public function lacks forward declaration (symbol "OnObjectStopRotate") C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(17847) : warning 235: public function lacks forward declaration (symbol "OnObjectStopBucle") C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(28407) : warning 202: number of arguments does not match definition C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(57230) : warning 202: number of arguments does not match definition C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(57244) : warning 202: number of arguments does not match definition C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(57258) : warning 202: number of arguments does not match definition C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(57272) : warning 202: number of arguments does not match definition C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(57342) : warning 202: number of arguments does not match definition C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(57356) : warning 202: number of arguments does not match definition C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(57384) : warning 202: number of arguments does not match definition C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(57398) : warning 202: number of arguments does not match definition C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(57412) : warning 202: number of arguments does not match definition C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(57426) : warning 202: number of arguments does not match definition C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(57440) : warning 202: number of arguments does not match definition C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(57454) : warning 202: number of arguments does not match definition C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(57468) : warning 202: number of arguments does not match definition C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(57482) : warning 202: number of arguments does not match definition C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(57496) : warning 202: number of arguments does not match definition C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(57510) : warning 202: number of arguments does not match definition C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(57524) : warning 202: number of arguments does not match definition C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(57538) : warning 202: number of arguments does not match definition C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(57552) : warning 202: number of arguments does not match definition C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(57566) : warning 202: number of arguments does not match definition C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(58550) : warning 202: number of arguments does not match definition Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase Header size: 12588 bytes Code size: 3330024 bytes Data size: 7714236 bytes Stack/heap size: 16384 bytes; estimated max. usage=7281 cells (29124 bytes) Total requirements:11073232 bytes 48 Warnings. Script[gamemodes/eGammer.amx]: Run time error 19: "File or function is not found"
  5. George

    Eroare Audio

    Acuma am primit alte erori C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(3487) : error 017: undefined symbol "dini_IntSet" C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(6365) : error 017: undefined symbol "dini_IntSet" C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(6555) : error 017: undefined symbol "dini_Set" C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(8468) : error 017: undefined symbol "dini_Exists" C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(8470) : error 017: undefined symbol "dini_Create" C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(8471) : error 017: undefined symbol "dini_IntSet" C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(8472) : error 017: undefined symbol "dini_Set" C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(8473) : error 017: undefined symbol "dini_IntSet" C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(8475) : error 017: undefined symbol "dini_Exists" C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(8477) : error 017: undefined symbol "dini_Int" C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(8478) : error 017: undefined symbol "dini_Get" C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(8478) : error 033: array must be indexed (variable "LastTimePlayed") C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(8479) : error 017: undefined symbol "dini_Int" C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(12976) : warning 202: number of arguments does not match definition C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(12991) : warning 202: number of arguments does not match definition C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(13006) : warning 202: number of arguments does not match definition C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(13021) : warning 202: number of arguments does not match definition C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(13139) : warning 202: number of arguments does not match definition C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(13153) : warning 202: number of arguments does not match definition C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(13168) : warning 202: number of arguments does not match definition C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(13182) : warning 202: number of arguments does not match definition C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(13197) : warning 202: number of arguments does not match definition C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(13213) : warning 202: number of arguments does not match definition C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(13230) : warning 202: number of arguments does not match definition C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(13244) : warning 202: number of arguments does not match definition C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(13259) : warning 202: number of arguments does not match definition C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(13273) : warning 202: number of arguments does not match definition C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(13288) : warning 202: number of arguments does not match definition C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(13304) : warning 202: number of arguments does not match definition C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(13319) : warning 202: number of arguments does not match definition C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(13335) : warning 202: number of arguments does not match definition C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(13350) : warning 202: number of arguments does not match definition C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(13362) : warning 202: number of arguments does not match definition C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(13374) : warning 202: number of arguments does not match definition C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(13386) : warning 202: number of arguments does not match definition C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(13398) : warning 202: number of arguments does not match definition C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(13409) : warning 202: number of arguments does not match definition C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(17839) : warning 235: public function lacks forward declaration (symbol "OnObjectStopRotate") C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(17846) : warning 235: public function lacks forward declaration (symbol "OnObjectStopBucle") C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(28406) : warning 202: number of arguments does not match definition C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(29323) : error 017: undefined symbol "strtok" C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(29323) : error 033: array must be indexed (variable "cmd") C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(29391) : error 017: undefined symbol "strtok" C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(29391) : error 033: array must be indexed (variable "tmp") C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(29414) : error 017: undefined symbol "strtok" C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(29414) : error 033: array must be indexed (variable "tmp") C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(29433) : error 017: undefined symbol "strtok" C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(29433) : error 033: array must be indexed (variable "tmp") C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(29476) : error 017: undefined symbol "strtok" C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(29476) : error 033: array must be indexed (variable "tmp") C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(29485) : error 017: undefined symbol "strtok" C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(29485) : error 033: array must be indexed (variable "tmp") C:\Documents and Settings\Tow\Desktop\srv\gamemodes\eGammer.pwn(29803) : error 017: undefined symbol "strtok" Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase 26 Errors.
  6. Am o problema cu audio imi da erorile astea dar nu stiu ce sa fac si la liniile 72,77 nu au legatura cu audio C:\Documents and Settings\Tow\Desktop\pawno\include\audio.inc(72) : warning 235: public function lacks forward declaration (symbol "OnGameModeInit") C:\Documents and Settings\Tow\Desktop\pawno\include\audio.inc(77) : error 017: undefined symbol "funcidx" C:\Documents and Settings\Tow\Desktop\pawno\include\audio.inc(77) : error 029: invalid expression, assumed zero C:\Documents and Settings\Tow\Desktop\pawno\include\audio.inc(77) : error 029: invalid expression, assumed zero C:\Documents and Settings\Tow\Desktop\pawno\include\audio.inc(77) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase 4 Errors.
  7. George

    Include's

    Deci ... merg toate include dar cand dau compile , compileaza perfect , fara erori/warnings dar imi face .amx de 0 kb. si da eroarea asta in consola !! [17:24:08] Script[gamemodes/eGammer.amx]: Run time error 17: "Invalid/unsupported P-code file format" [17:24:08] Failed to load 'gamemodes/eGammer.amx' script.
  8. George

    Include's

    Salut care are sa imi dea si mie urmatoarele includes ca nu le gasesc. 1. SrvSecurity.inc 2. Rotative.inc 3. progress.inc 4. audio.inc Va rog frumos
  9. George

    Strada

    Mi-a zis cineva ca se poate gasi pe gtainside , am cautat dar nu am gasit .
  10. George

    Strada

    Cum fac sa se vada strada cu liniile galbene asa ? http://imageshack.us/photo/my-images/841/samp060fq.png/
  11. Salut , am si eu o problema cu MTA , dau dulbu click pe iconita sa intru , apare aia mica .. "Loading..." dupa care iese ... Care este problema ? de ce nu intra in MTA ? Am dat reinstall de vreo 3-4 ori . Multumesc
  12. salut am intampinat niste erori si nu pot sa le dau de capat! Erorile: D:\;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;(1537) : error 010: invalid function or declaration D:\;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;(1539) : error 010: invalid function or declaration D:\;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;(1545) : error 010: invalid function or declaration D:\;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;(1550) : error 010: invalid function or declaration Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase 4 Errors. Liniile ! public OnPlayerKeyStateChange(playerid, newkeys, oldkeys) { if (newkeys==KEY_FIRE) { if (PlayerInfo[playerid][pMember] == 17 || PlayerInfo[playerid][pLeader] == 17)//Tow Car Company { if (IsPlayerInRangeOfPoint(playerid,5.0,-489.3364,-560.0742,25.5234) || IsPlayerInRangeOfPoint(playerid,5.0,-489.6522,-566.2176,24.3402)) { SetTimer("inchiderepoartatow", 6000, 0); PlayerPlaySound(playerid, 1153, 1589.053344,-1638.123168,14.122960); MoveObject(poartatow1,-499.9010925293, -563.05291748047, 26.059617996216, 0.97); MoveObject(poartatow2,-479.21746826172, -562.96221923828, 26.073129653931, 0.97); SendClientMessage(playerid, COLOR_GREY,"* Poarta se va inchide in 6 secunde! Va uram o zi placuta."); } } return 1; } return 1; } if ((newkeys==KEY_CROUCH )&&(IsPlayerInCopCar(playerid))&&(GetPlayerState(playerid)==PLAYER_STATE_DRIVER)) { if (PlayerToPoint(15, playerid,1541.8696,-1628.0836,13.3828)) { SetObjectRot(bariera, 0, 0, 270); SetTimer("closelsdgate",2000,0); } } if (PlayerToPoint(15, playerid,1588.1678,-1633.8999,13.3828) || PlayerToPoint(15, playerid,1589.0842,-1641.1907,13.0884)) { MoveObject(lspdgate,1588.84, -1637.89, 7.18,2); SetTimer("closelsdgate",2000,0); } return 0; } Ma chinui de ceva timp si nu pot sa imi dau seama ce am gresit la functie !
  13. Salut, problema este urmatoarea, exemplu : intru pe server cu numele Diaconasu_George ,dau relog si cand intru imi zice ca acest nume este luat deja si am pune iar sa ma inregistrez sau primesc kick, si nu gasesc nimic in GameMod, ma poate ajuta cineva? Va multumesc .
  14. prea multi copaci si nu prea e de party 3/5
  15. George

    Steag RO

    salut ! ma poate ajuta si pe mine cinva.. sa fac din textdraw un steag al romaniei intre hp si armura ?
  16. pentru inceput e foarte bine 4/5
  17. George

    [MAP]Concert v2

    idee proprie si mapa frumoasa 5/5 dar nu e de folos e doar de frumusete ... sa fim serios..cine face concerte in samp ?
  18. sunt niste lucruri care nu au ce cauta acolo .. scuze tipule..1/5 mai incearca + ca nu e vama :| nu are bariera/poarta nimic deci :-??
  19. pai apare cu rosu in TAB pentru ca e culoarea factiunii si toate factiunile au culori :|
  20. tu vrei comanda /setlevel sau ce? /ah ce cod ai pus tu aici nu inteleg :-??
  21. cred ca asta este comanda corecta incearca } if(strcmp(cmd, "/veh", true) == 0) { if(IsPlayerConnected(playerid)) { if (PlayerInfo[playerid][pAdmin] < 2) { SendClientMessage(playerid, COLOR_GRAD1, " you are not authorized to use that command!"); return 1; } tmp = strtok(cmdtext, idx); if(!strlen(tmp)) { SendClientMessage(playerid, COLOR_GRAD2, "USAGE: /veh [carid] [color1] [color2]"); return 1; } new car; car = strval(tmp); if(car < 400 || car > 611) { SendClientMessage(playerid, COLOR_GREY, " Vehicle Number can't be below 400 or above 611 !"); return 1; } tmp = strtok(cmdtext, idx); if(!strlen(tmp)) { SendClientMessage(playerid, COLOR_GRAD2, "USAGE: /veh [carid] [color1] [color2]"); return 1; } new color1; color1 = strval(tmp); if(color1 < 0 || color1 > 126) { SendClientMessage(playerid, COLOR_GREY, " Color Number can't be below 0 or above 126 !"); return 1; } tmp = strtok(cmdtext, idx); if(!strlen(tmp)) { SendClientMessage(playerid, COLOR_GRAD2, "USAGE: /veh [carid] [color1] [color2]"); return 1; } new color2; color2 = strval(tmp); if(color2 < 0 || color2 > 126) { SendClientMessage(playerid, COLOR_GREY, " Color Number can't be below 0 or above 126 !"); return 1; } new Float:X,Float:Y,Float:Z; GetPlayerPos(playerid, X,Y,Z); new carid = CreateVehicle(car, X,Y,Z, 0.0, color1, color2, 60000); CreatedCars[CreatedCar] = carid; CreatedCar ++; format(string, sizeof(string), " Vehicle %d spawned.", carid); SendClientMessage(playerid, COLOR_GREY, string); } return 1; }
  22. baga id meu din statusu meu si te voi ajuta
  23. George

    [MAP]Gara SF

    mica dar destul de draguta 3/5
  24. George

    [MAP]LSPD

    1/5 ! scuze dar e pd nu parc.. prea multi copaci/flori
×
×
  • 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.