Jump to content

SiNuS

Membru
  • Posts

    205
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by SiNuS

  1. Uau ) inainte avea un warning acum se compileaza fara nicio eroare, multumesc , +1 de la mine :D
  2. Nu e cine stie ce , dar felicitari pentru munca depusa
  3. [pawn]C:\Documents and Settings\andrei\Desktop\dG^\gamemodes\dG^.pwn(10165) : error 017: undefined symbol "GetDistanceBetweenPlayers" C:\Documents and Settings\andrei\Desktop\dG^\gamemodes\dG^.pwn(11810) : error 017: undefined symbol "strtok" C:\Documents and Settings\andrei\Desktop\dG^\gamemodes\dG^.pwn(11810) : error 033: array must be indexed (variable "cmd") C:\Documents and Settings\andrei\Desktop\dG^\gamemodes\dG^.pwn(11895) : error 017: undefined symbol "strtok" C:\Documents and Settings\andrei\Desktop\dG^\gamemodes\dG^.pwn(11895) : error 033: array must be indexed (variable "tmp") C:\Documents and Settings\andrei\Desktop\dG^\gamemodes\dG^.pwn(11947) : error 017: undefined symbol "strtok" C:\Documents and Settings\andrei\Desktop\dG^\gamemodes\dG^.pwn(11947) : error 033: array must be indexed (variable "tmp") C:\Documents and Settings\andrei\Desktop\dG^\gamemodes\dG^.pwn(12035) : error 017: undefined symbol "strtok" C:\Documents and Settings\andrei\Desktop\dG^\gamemodes\dG^.pwn(12035) : error 033: array must be indexed (variable "x_nr") C:\Documents and Settings\andrei\Desktop\dG^\gamemodes\dG^.pwn(12053) : error 017: undefined symbol "strtok" C:\Documents and Settings\andrei\Desktop\dG^\gamemodes\dG^.pwn(12053) : error 033: array must be indexed (variable "tmp") C:\Documents and Settings\andrei\Desktop\dG^\gamemodes\dG^.pwn(12090) : error 017: undefined symbol "strtok" C:\Documents and Settings\andrei\Desktop\dG^\gamemodes\dG^.pwn(12090) : error 033: array must be indexed (variable "tmp") C:\Documents and Settings\andrei\Desktop\dG^\gamemodes\dG^.pwn(12158) : error 017: undefined symbol "strtok" C:\Documents and Settings\andrei\Desktop\dG^\gamemodes\dG^.pwn(12158) : error 033: array must be indexed (variable "x_nr") C:\Documents and Settings\andrei\Desktop\dG^\gamemodes\dG^.pwn(12176) : error 017: undefined symbol "strtok" C:\Documents and Settings\andrei\Desktop\dG^\gamemodes\dG^.pwn(12176) : error 033: array must be indexed (variable "tmp") C:\Documents and Settings\andrei\Desktop\dG^\gamemodes\dG^.pwn(12213) : error 017: undefined symbol "strtok" C:\Documents and Settings\andrei\Desktop\dG^\gamemodes\dG^.pwn(12213) : error 033: array must be indexed (variable "tmp") C:\Documents and Settings\andrei\Desktop\dG^\gamemodes\dG^.pwn(12267) : error 017: undefined symbol "strtok" C:\Documents and Settings\andrei\Desktop\dG^\gamemodes\dG^.pwn(12267) : error 033: array must be indexed (variable "tmp") C:\Documents and Settings\andrei\Desktop\dG^\gamemodes\dG^.pwn(12280) : error 017: undefined symbol "strtok" C:\Documents and Settings\andrei\Desktop\dG^\gamemodes\dG^.pwn(12280) : error 033: array must be indexed (variable "tmp") C:\Documents and Settings\andrei\Desktop\dG^\gamemodes\dG^.pwn(12355) : error 017: undefined symbol "strtok" C:\Documents and Settings\andrei\Desktop\dG^\gamemodes\dG^.pwn(12355) : error 033: array must be indexed (variable "tmp") C:\Documents and Settings\andrei\Desktop\dG^\gamemodes\dG^.pwn(12544) : error 017: undefined symbol "strtok" Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 26 Errors.[/pawn] Pana acum s-a compilat perfect , acum nu stiu ce a patit
  4. Posibil sa nu suporte PC-ul tau MTA
  5. SiNuS

    Ip

    Sau sa faci un DNS
  6. SiNuS

    Erori

    este posibil ca acea casa sa aiba bug
  7. Incearca asta : [pawn] if (strcmp(cmd, "/carupgrade", true) == 0) { if(IsPlayerConnected(playerid)) { new house = PlayerInfo[playerid][pPhousekey]; GetPlayerName(playerid, playername, sizeof(playername)); if (house != 255 && strcmp(playername, HouseInfo[PlayerInfo[playerid][pPhousekey]][hOwner], true) == 0) { new gunid[16]; tmp = strtok(cmdtext, idx); if(!strlen(tmp)) { format(string, sizeof(string), "Tasteaza: /carupgrade [carname]"); SendClientMessage(playerid, COLOR_GREEN,"_______________________________________"); SendClientMessage(playerid, COLOR_WHITE,"*** CAR UPGRADES Costa $100000 ***"); SendClientMessage(playerid, COLOR_GRAD2,string); if(PlayerInfo[playerid][pLevel] >= 3) { SendClientMessage(playerid, COLOR_GRAD3, "Cars: blistacompact clover elegant emperor glendale greenwood"); SendClientMessage(playerid, COLOR_GRAD3, "Cars: huntley jester landstalker merit nebula sabre stratum"); SendClientMessage(playerid, COLOR_GRAD3, "Cars: sunrise tahoma uranus"); SendClientMessage(playerid, COLOR_GRAD3, "Donation cars: stretch elegy phoenix hotknife bandito sultan"); } SendClientMessage(playerid, COLOR_GREEN,"_______________________________________"); return 1; } if(SBizzInfo[5][sbProducts] == 0) { GameTextForPlayer(playerid, "~r~Numai sunt produse", 5000, 1); return 1; } strmid(gunid, tmp, 0, strlen(cmdtext), 255); if (GetPlayerMoney(playerid) > 100000) { if(strcmp(gunid, "stretch", true, strlen(gunid)) == 0) { if(PlayerInfo[playerid][pDonateRank] < 1) { SendClientMessage(playerid, COLOR_GREY, " Nu ai Premium Account !"); return 1; } SendClientMessage(playerid, COLOR_GRAD6, "[iNFO]: Acum ai comandat la casa ta un Stretch"); HouseInfo[house][hVec] = 409; } else if(strcmp(gunid, "hotknife", true, strlen(gunid)) == 0) { if(PlayerInfo[playerid][pDonateRank] < 1) { SendClientMessage(playerid, COLOR_GREY, " Nu ai Premium Account !"); return 1; } SendClientMessage(playerid, COLOR_GRAD6, "[iNFO]: Acum ai comandat la casa ta un Hotknife"); HouseInfo[house][hVec] = 434; } else if(strcmp(gunid, "infernus", true, strlen(gunid)) == 0) { if(PlayerInfo[playerid][pDonateRank] < 1) { SendClientMessage(playerid, COLOR_GREY, " Nu ai Premium Account !"); return 1; } SendClientMessage(playerid, COLOR_GRAD6, "[iNFO]: Acum ai comandat la casa ta un Infernus"); HouseInfo[house][hVec] = 411; } else if(strcmp(gunid, "turismo", true, strlen(gunid)) == 0) { if(PlayerInfo[playerid][pDonateRank] < 1) { SendClientMessage(playerid, COLOR_GREY, " Nu ai Premium Account !"); return 1; } SendClientMessage(playerid, COLOR_GRAD6, "[iNFO]: YAcum ai comandat la casa ta un Turismo"); HouseInfo[house][hVec] = 451; } else if(strcmp(gunid, "bullet", true, strlen(gunid)) == 0) { if(PlayerInfo[playerid][pDonateRank] < 1) { SendClientMessage(playerid, COLOR_GREY, " Nu ai Premium Account !"); return 1; } SendClientMessage(playerid, COLOR_GRAD6, "[iNFO]: Acum ai comandat la casa ta un Bullet"); HouseInfo[house][hVec] = 541; } else if(strcmp(gunid, "comet", true, strlen(gunid)) == 0) { if(PlayerInfo[playerid][pDonateRank] < 1) { SendClientMessage(playerid, COLOR_GREY, " Nu ai Premium Account !"); return 1; } SendClientMessage(playerid, COLOR_GRAD6, "[iNFO]: Acum ai comandat la casa ta un Comet"); HouseInfo[house][hVec] = 480; } else if(strcmp(gunid, "banshee", true, strlen(gunid)) == 0) { if(PlayerInfo[playerid][pDonateRank] < 1) { SendClientMessage(playerid, COLOR_GREY, " Nu ai Premium Account !"); return 1; } SendClientMessage(playerid, COLOR_GRAD6, "[iNFO]: Acum ai comandat la casa ta un Banshee"); HouseInfo[house][hVec] = 429; } else if(strcmp(gunid, "bandito", true, strlen(gunid)) == 0) { if(PlayerInfo[playerid][pDonateRank] < 1) { SendClientMessage(playerid, COLOR_GREY, " Nu ai Premium Account !"); return 1; } SendClientMessage(playerid, COLOR_GRAD6, "[iNFO]: Acum ai comandat la casa ta un Bandito"); HouseInfo[house][hVec] = 568; } else if(strcmp(gunid, "sultan", true, strlen(gunid)) == 0) { if(PlayerInfo[playerid][pDonateRank] < 1) { SendClientMessage(playerid, COLOR_GREY, " Nu ai Premium Account !"); return 1; } SendClientMessage(playerid, COLOR_GRAD6, "[iNFO]: Acum ai comandat la casa ta un Sultan"); HouseInfo[house][hVec] = 560; } else if(strcmp(gunid, "elegy", true, strlen(gunid)) == 0) { if(PlayerInfo[playerid][pDonateRank] < 1) { SendClientMessage(playerid, COLOR_GREY, " Nu ai Premium Account !"); return 1; } SendClientMessage(playerid, COLOR_GRAD6, "[iNFO]: Acum ai comandat la casa ta un Elegy"); HouseInfo[house][hVec] = 562; } else if(strcmp(gunid, "phoenix", true, strlen(gunid)) == 0) { if(PlayerInfo[playerid][pDonateRank] < 1) { SendClientMessage(playerid, COLOR_GREY, " Nu ai Premium Account !"); return 1; } SendClientMessage(playerid, COLOR_GRAD6, "[iNFO]: Acum ai comandat la casa ta un Phoenix"); HouseInfo[house][hVec] = 603; } else if(strcmp(gunid, "blistacompact", true, strlen(gunid)) == 0) { SendClientMessage(playerid, COLOR_GRAD6, "[iNFO]: Acum ai comandat la casa ta un Compact"); HouseInfo[house][hVec] = 496; } else if(strcmp(gunid, "clover", true, strlen(gunid)) == 0) { SendClientMessage(playerid, COLOR_GRAD6, "[iNFO]: Acum ai comandat la casa ta un Clover"); HouseInfo[house][hVec] = 542; } else if(strcmp(gunid, "elegant", true, strlen(gunid)) == 0) { SendClientMessage(playerid, COLOR_GRAD6, "[iNFO]: Acum ai comandat la casa ta un Elegant"); HouseInfo[house][hVec] = 507; } else if(strcmp(gunid, "emperor", true, strlen(gunid)) == 0) { SendClientMessage(playerid, COLOR_GRAD6, "[iNFO]: Acum ai comandat la casa ta un Emperor"); HouseInfo[house][hVec] = 585; } else if(strcmp(gunid, "glendale", true, strlen(gunid)) == 0) { SendClientMessage(playerid, COLOR_GRAD6, "[iNFO]: Acum ai comandat la casa ta un Glendale"); HouseInfo[house][hVec] = 466; } else if(strcmp(gunid, "greenwood", true, strlen(gunid)) == 0) { SendClientMessage(playerid, COLOR_GRAD6, "[iNFO]: Acum ai comandat la casa ta un Greenwood"); HouseInfo[house][hVec] = 492; } else if(strcmp(gunid, "huntley", true, strlen(gunid)) == 0) { SendClientMessage(playerid, COLOR_GRAD6, "[iNFO]: Acum ai comandat la casa ta un Huntley"); HouseInfo[house][hVec] = 579; } else if(strcmp(gunid, "jester", true, strlen(gunid)) == 0) { SendClientMessage(playerid, COLOR_GRAD6, "[iNFO]: Acum ai comandat la casa ta un Jester"); HouseInfo[house][hVec] = 559; } else if(strcmp(gunid, "landstalker", true, strlen(gunid)) == 0) { SendClientMessage(playerid, COLOR_GRAD6, "[iNFO]: Acum ai comandat la casa ta un Landstalker"); HouseInfo[house][hVec] = 400; } else if(strcmp(gunid, "merit", true, strlen(gunid)) == 0) { SendClientMessage(playerid, COLOR_GRAD6, "[iNFO]: Acum ai comandat la casa ta un Merit"); HouseInfo[house][hVec] = 551; } else if(strcmp(gunid, "nebula", true, strlen(gunid)) == 0) { SendClientMessage(playerid, COLOR_GRAD6, "[iNFO]: Acum ai comandat la casa ta un Nebula"); HouseInfo[house][hVec] = 516; } else if(strcmp(gunid, "sabre", true, strlen(gunid)) == 0) { SendClientMessage(playerid, COLOR_GRAD6, "[iNFO]: Acum ai comandat la casa ta un Sabre"); HouseInfo[house][hVec] = 475; } else if(strcmp(gunid, "stratum", true, strlen(gunid)) == 0) { SendClientMessage(playerid, COLOR_GRAD6, "[iNFO]: Acum ai comandat la casa ta un Stratum"); HouseInfo[house][hVec] = 561; } else if(strcmp(gunid, "sunrise", true, strlen(gunid)) == 0) { SendClientMessage(playerid, COLOR_GRAD6, "[iNFO]: Acum ai comandat la casa ta un Sunrise"); HouseInfo[house][hVec] = 550; } else if(strcmp(gunid, "tahoma", true, strlen(gunid)) == 0) { SendClientMessage(playerid, COLOR_GRAD6, "[iNFO]: Acum ai comandat la casa ta un Tahoma"); HouseInfo[house][hVec] = 566; } else if(strcmp(gunid, "uranus", true, strlen(gunid)) == 0) { SendClientMessage(playerid, COLOR_GRAD6, "[iNFO]: Acum ai comandat la casa ta un Uranus"); HouseInfo[house][hVec] = 558; } else { SendClientMessage(playerid, COLOR_GRAD6, " Masina necunoscuta sau rank-ul de donator nu este suficient de mare."); return 1; } SendClientMessage(playerid, COLOR_GRAD6, "Masina ta noua va fi gata in 24 de ore -$100000"); OnPropUpdate(); GivePlayerMoney(playerid,-100000); SBizzInfo[5][sbTill] += 100000; ExtortionSBiz(5, 100000); SBizzInfo[5][sbProducts]--; PlayerPlaySound(giveplayerid, 1052, 0.0, 0.0, 0.0); } else { SendClientMessage(playerid, COLOR_GRAD2, " Nu ai ($100000)"); return 1; } } else { SendClientMessage(playerid, COLOR_GRAD2, " Nu ai casa"); return 1; } } return 1; }[/pawn]
  8. Incearca sa bagi iar streamer
  9. O modalitate buna sa convertesti si aici http://www.convertffs.com/
  10. SiNuS

    register

    Depinde cum vrei , cu dialog sau ?
  11. Descriere 5/5 GameMode 5/5
  12. SiNuS

    Ajutor

    Intrii in GM sau FS (ce scriptezi tu) si dai F5 , nu iti merge asa ?
  13. SiNuS

    Bug ID 0

    Nu stiu ce Include sa schimb , Din folderul cu serverul > Include am : core , float , gl_spawns , xFireworks yom_buttons time JunkBuster a_samp file _asampdb gl_common streamer si in folderul pawno > include am mai multe, pe care sa le schimb?
  14. SiNuS

    Bug ID 0

    Si unde le pot gasii ?
  15. SiNuS

    Bug ID 0

    Celalalt topic a primit lock , si nu am inteles nimic , din explicatia ce mi-a dat'o ice ,deci daca un jucator se conecteaza si nimereste Id 0 , nu se poate misca , si alte buguri , cum rezolv ? sa nu mai imi dea acest bug la Id 0 , tin sa mentionez ca asta imi da numai la id 0
  16. Deci am o mare problema pe server , cine intra si are ID 0 ii merge greu , nu se poate misca, nu poate folosii comenzi , si am mai vazut o problema de genul acesta, si as vrea sa adaug un Bot care sa aiba id 0 , dar cum sa fac in asa fel incat botul sa aiba id 0 ? sau alta posibiltate ...
  17. SiNuS

    Mica problema

    Tot nimic ce pot sa fac?
  18. Am o problema in Gm , cand un jucator se urca in masina il blocheaza si trebuie sa ii dea un admin /unfreeze , cum sa rezolv?
  19. SiNuS

    Alte erori

    Mersi , am rezolvat
  20. SiNuS

    Alte erori

    C:\Documents and Settings\andrei\My Documents\KoG\eMAV RolepLay\gamemodes\NVL.pwn(2699) : error 017: undefined symbol "JB_GivePlayerMoney" C:\Documents and Settings\andrei\My Documents\KoG\eMAV RolepLay\gamemodes\NVL.pwn(2730) : error 017: undefined symbol "JB_GivePlayerMoney" C:\Documents and Settings\andrei\My Documents\KoG\eMAV RolepLay\gamemodes\NVL.pwn(2771) : error 017: undefined symbol "JB_GivePlayerWeapon" C:\Documents and Settings\andrei\My Documents\KoG\eMAV RolepLay\gamemodes\NVL.pwn(2802) : error 017: undefined symbol "JB_SetPlayerPos" C:\Documents and Settings\andrei\My Documents\KoG\eMAV RolepLay\gamemodes\NVL.pwn(2995) : error 017: undefined symbol "JB_SetPlayerPos" C:\Documents and Settings\andrei\My Documents\KoG\eMAV RolepLay\gamemodes\NVL.pwn(3533) : error 017: undefined symbol "JB_GivePlayerMoney" C:\Documents and Settings\andrei\My Documents\KoG\eMAV RolepLay\gamemodes\NVL.pwn(4087) : error 017: undefined symbol "JB_GivePlayerMoney" C:\Documents and Settings\andrei\My Documents\KoG\eMAV RolepLay\gamemodes\NVL.pwn(4219) : error 017: undefined symbol "JB_SetPlayerPos" C:\Documents and Settings\andrei\My Documents\KoG\eMAV RolepLay\gamemodes\NVL.pwn(4229) : error 017: undefined symbol "JB_SetPlayerPos" C:\Documents and Settings\andrei\My Documents\KoG\eMAV RolepLay\gamemodes\NVL.pwn(4280) : error 017: undefined symbol "JB_GivePlayerWeapon" C:\Documents and Settings\andrei\My Documents\KoG\eMAV RolepLay\gamemodes\NVL.pwn(4282) : error 017: undefined symbol "JB_SetPlayerPos" C:\Documents and Settings\andrei\My Documents\KoG\eMAV RolepLay\gamemodes\NVL.pwn(4289) : error 017: undefined symbol "JB_SetPlayerPos" C:\Documents and Settings\andrei\My Documents\KoG\eMAV RolepLay\gamemodes\NVL.pwn(4297) : error 017: undefined symbol "JB_SetPlayerPos" C:\Documents and Settings\andrei\My Documents\KoG\eMAV RolepLay\gamemodes\NVL.pwn(4307) : error 017: undefined symbol "JB_SetPlayerPos" C:\Documents and Settings\andrei\My Documents\KoG\eMAV RolepLay\gamemodes\NVL.pwn(4321) : error 017: undefined symbol "JB_SetPlayerPos" C:\Documents and Settings\andrei\My Documents\KoG\eMAV RolepLay\gamemodes\NVL.pwn(4340) : error 017: undefined symbol "JB_SetPlayerPos" C:\Documents and Settings\andrei\My Documents\KoG\eMAV RolepLay\gamemodes\NVL.pwn(4359) : error 017: undefined symbol "JB_SetPlayerPos" C:\Documents and Settings\andrei\My Documents\KoG\eMAV RolepLay\gamemodes\NVL.pwn(4378) : error 017: undefined symbol "JB_SetPlayerPos" C:\Documents and Settings\andrei\My Documents\KoG\eMAV RolepLay\gamemodes\NVL.pwn(4397) : error 017: undefined symbol "JB_SetPlayerPos" C:\Documents and Settings\andrei\My Documents\KoG\eMAV RolepLay\gamemodes\NVL.pwn(4416) : error 017: undefined symbol "JB_SetPlayerPos" C:\Documents and Settings\andrei\My Documents\KoG\eMAV RolepLay\gamemodes\NVL.pwn(4435) : error 017: undefined symbol "JB_SetPlayerPos" C:\Documents and Settings\andrei\My Documents\KoG\eMAV RolepLay\gamemodes\NVL.pwn(4454) : error 017: undefined symbol "JB_SetPlayerPos" C:\Documents and Settings\andrei\My Documents\KoG\eMAV RolepLay\gamemodes\NVL.pwn(4473) : error 017: undefined symbol "JB_SetPlayerPos" C:\Documents and Settings\andrei\My Documents\KoG\eMAV RolepLay\gamemodes\NVL.pwn(4492) : error 017: undefined symbol "JB_SetPlayerPos" C:\Documents and Settings\andrei\My Documents\KoG\eMAV RolepLay\gamemodes\NVL.pwn(4511) : error 017: undefined symbol "JB_SetPlayerPos" C:\Documents and Settings\andrei\My Documents\KoG\eMAV RolepLay\gamemodes\NVL.pwn(4530) : error 017: undefined symbol "JB_SetPlayerPos" Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase 26 Errors. Le-am rezolvat pe cele care mi le dadea mai devreme ,acum sunt altele
  21. SiNuS

    Erori in GM

    Mersi mult stuntman , raman recunoscator , acum incerc , yom_buttons il am deja..
  22. SiNuS

    Erori in GM

    C:\Documents and Settings\andrei\My Documents\KoG\eMAV RolepLay\gamemodes\NVL.pwn(10671) : error 017: undefined symbol "CreateButton" C:\Documents and Settings\andrei\My Documents\KoG\eMAV RolepLay\gamemodes\NVL.pwn(10672) : error 017: undefined symbol "CreateButton" C:\Documents and Settings\andrei\My Documents\KoG\eMAV RolepLay\gamemodes\NVL.pwn(12658) : error 017: undefined symbol "GetDistanceBetweenPlayers" C:\Documents and Settings\andrei\My Documents\KoG\eMAV RolepLay\gamemodes\NVL.pwn(15608) : error 017: undefined symbol "strtok" C:\Documents and Settings\andrei\My Documents\KoG\eMAV RolepLay\gamemodes\NVL.pwn(15608) : error 033: array must be indexed (variable "cmd") C:\Documents and Settings\andrei\My Documents\KoG\eMAV RolepLay\gamemodes\NVL.pwn(15616) : error 017: undefined symbol "strtok" C:\Documents and Settings\andrei\My Documents\KoG\eMAV RolepLay\gamemodes\NVL.pwn(15616) : error 033: array must be indexed (variable "tmp") C:\Documents and Settings\andrei\My Documents\KoG\eMAV RolepLay\gamemodes\NVL.pwn(15628) : error 017: undefined symbol "strtok" C:\Documents and Settings\andrei\My Documents\KoG\eMAV RolepLay\gamemodes\NVL.pwn(15628) : error 033: array must be indexed (variable "tmp") C:\Documents and Settings\andrei\My Documents\KoG\eMAV RolepLay\gamemodes\NVL.pwn(15705) : error 017: undefined symbol "strtok" C:\Documents and Settings\andrei\My Documents\KoG\eMAV RolepLay\gamemodes\NVL.pwn(15705) : error 033: array must be indexed (variable "tmp") C:\Documents and Settings\andrei\My Documents\KoG\eMAV RolepLay\gamemodes\NVL.pwn(15945) : error 017: undefined symbol "strtok" C:\Documents and Settings\andrei\My Documents\KoG\eMAV RolepLay\gamemodes\NVL.pwn(15945) : error 033: array must be indexed (variable "x_nr") C:\Documents and Settings\andrei\My Documents\KoG\eMAV RolepLay\gamemodes\NVL.pwn(15955) : error 017: undefined symbol "strtok" C:\Documents and Settings\andrei\My Documents\KoG\eMAV RolepLay\gamemodes\NVL.pwn(15955) : error 033: array must be indexed (variable "tmp") C:\Documents and Settings\andrei\My Documents\KoG\eMAV RolepLay\gamemodes\NVL.pwn(15986) : error 017: undefined symbol "strtok" C:\Documents and Settings\andrei\My Documents\KoG\eMAV RolepLay\gamemodes\NVL.pwn(15986) : error 033: array must be indexed (variable "tmp") C:\Documents and Settings\andrei\My Documents\KoG\eMAV RolepLay\gamemodes\NVL.pwn(16031) : error 017: undefined symbol "strtok" C:\Documents and Settings\andrei\My Documents\KoG\eMAV RolepLay\gamemodes\NVL.pwn(16031) : error 033: array must be indexed (variable "x_nr") C:\Documents and Settings\andrei\My Documents\KoG\eMAV RolepLay\gamemodes\NVL.pwn(16041) : error 017: undefined symbol "strtok" C:\Documents and Settings\andrei\My Documents\KoG\eMAV RolepLay\gamemodes\NVL.pwn(16041) : error 033: array must be indexed (variable "tmp") C:\Documents and Settings\andrei\My Documents\KoG\eMAV RolepLay\gamemodes\NVL.pwn(16072) : error 017: undefined symbol "strtok" C:\Documents and Settings\andrei\My Documents\KoG\eMAV RolepLay\gamemodes\NVL.pwn(16072) : error 033: array must be indexed (variable "tmp") C:\Documents and Settings\andrei\My Documents\KoG\eMAV RolepLay\gamemodes\NVL.pwn(16169) : error 017: undefined symbol "strtok" C:\Documents and Settings\andrei\My Documents\KoG\eMAV RolepLay\gamemodes\NVL.pwn(16169) : error 033: array must be indexed (variable "tmp") C:\Documents and Settings\andrei\My Documents\KoG\eMAV RolepLay\gamemodes\NVL.pwn(16199) : error 017: undefined symbol "strtok" Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase 26 Errors. De la ce sa fie ? ce sa le fac?
  23. SiNuS

    Ajutor :D

    1.Am si eu nevoie de putin ajutor , vreau si eu sa fac in asa fel incat , cand un jucator se conecteaza , sa ii apara un Mini Regulament , iar apoi sa se poate loga , cum as putea face? 2. Doresc sa adaug in loc de acele dialoguri , ex : Care este data ta de nastere? (dd/zz/aaaa) In loc de asta sa imi apara Casute (Text-Draws) unde sa scrie acele informatii , cum pot face ?
×
×
  • 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.