Jump to content
Autentificarea cu Google și Facebook nu mai este disponibilă. ×
  • 0

Question

Posted

Deci sv e pe 0.3c am dat compile ca am modificat ceva scris !! SCRIS !! deci ce apare pe ecran..nimic altceva

sv e pe windows,0.3c,stunt  si zice ca nu raspunde cand intru in el :| 

15 answers to this question

Recommended Posts

Posted

am luat pawno 0.3c si imi da erorile astea:

D:\Documents and Settings\kenzor\Desktop\RSS\pawno\include\Sinclude.inc(210) : warning 219: local variable "Interior" shadows a variable at a preceding level

D:\Documents and Settings\kenzor\Desktop\RSS\pawno\include\JunkBuster.inc(1964) : warning 235: public function lacks forward declaration (symbol "OnPlayerPrivmsg")

D:\Documents and Settings\kenzor\Desktop\RSS\gamemodes\RO.pwn(729) : error 017: undefined symbol "strtok"

D:\Documents and Settings\kenzor\Desktop\RSS\gamemodes\RO.pwn(729) : error 033: array must be indexed (variable "cmd")

D:\Documents and Settings\kenzor\Desktop\RSS\gamemodes\RO.pwn(1151) : error 017: undefined symbol "strtok"

D:\Documents and Settings\kenzor\Desktop\RSS\gamemodes\RO.pwn(1151) : error 033: array must be indexed (variable "tmp")

D:\Documents and Settings\kenzor\Desktop\RSS\gamemodes\RO.pwn(1197) : error 017: undefined symbol "strtok"

D:\Documents and Settings\kenzor\Desktop\RSS\gamemodes\RO.pwn(1197) : error 033: array must be indexed (variable "tmp")

D:\Documents and Settings\kenzor\Desktop\RSS\gamemodes\RO.pwn(1328) : warning 219: local variable "VehicleName" shadows a variable at a preceding level

D:\Documents and Settings\kenzor\Desktop\RSS\gamemodes\RO.pwn(2008) : error 017: undefined symbol "strtok"

D:\Documents and Settings\kenzor\Desktop\RSS\gamemodes\RO.pwn(2008) : error 033: array must be indexed (variable "skin")

D:\Documents and Settings\kenzor\Desktop\RSS\gamemodes\RO.pwn(2069) : error 017: undefined symbol "strtok"

D:\Documents and Settings\kenzor\Desktop\RSS\gamemodes\RO.pwn(2243) : error 017: undefined symbol "strtok"

D:\Documents and Settings\kenzor\Desktop\RSS\gamemodes\RO.pwn(2243) : error 033: array must be indexed (variable "tmp")

D:\Documents and Settings\kenzor\Desktop\RSS\gamemodes\RO.pwn(2251) : error 017: undefined symbol "strtok"

D:\Documents and Settings\kenzor\Desktop\RSS\gamemodes\RO.pwn(2251) : error 033: array must be indexed (variable "tmp")

D:\Documents and Settings\kenzor\Desktop\RSS\gamemodes\RO.pwn(2289) : error 017: undefined symbol "strtok"

D:\Documents and Settings\kenzor\Desktop\RSS\gamemodes\RO.pwn(2289) : error 033: array must be indexed (variable "tmp")

D:\Documents and Settings\kenzor\Desktop\RSS\gamemodes\RO.pwn(2297) : error 017: undefined symbol "strtok"

D:\Documents and Settings\kenzor\Desktop\RSS\gamemodes\RO.pwn(2297) : error 033: array must be indexed (variable "tmp")

D:\Documents and Settings\kenzor\Desktop\RSS\gamemodes\RO.pwn(727) : warning 203: symbol is never used: "idx"

Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

17 Errors.

mnezo
Posted

dane linile de la erori..

Sterge

OnPlayerprivmsg pentru ca a fost scos ..

New GameMode In Development!-Romania Team Gang War-100%!...Datimi doua Motive afrimative de ce sa-l postez si-l postez...

Posted

Caut sa sterg OnPlayerprivmsg si nu gasesc, nu-mi da eroare..doar ca dau compile,merge apoi cand pornesc serverul apare 1 vehicle models si prima data cand am pornit sv avea 98 ...poza:  http://img18.imageshack.us/i/eroaresamp.png/

ce fac sa nu mai dea eroarea aia? si sa am masinile ca la inceput !!:|

Posted

Adauga asta pe la sfarsitul scriptului

strtok(const stringstrtok[], &index)
{
    new length = strlen(stringstrtok);
    while ((index < length) && (stringstrtok[index] <= ' ')) { index++; }

    new offset = index, result[20];
    while ((index < length) && (stringstrtok[index] > ' ') && ((index - offset) < (sizeof(result) - 1)))
    {
        result[index - offset] = stringstrtok[index];
        index++;
    }
    result[index - offset] = EOS;
    return result;
}

logo.png

ATENTIE!!! Nu imi trimiteti mesaje private care au legatura cu scriptingul. NU mai scriptez.

Posted

am pus de jos de tot la pawno cum ai zis vyorele ..dar tot 1 vehicle models arata...cine ma ajuta sa modific niste reclame dintr-un server......asta tine sa repare si erorile date :|

Posted

am pus de jos de tot la pawno cum ai zis vyorele ..dar tot 1 vehicle models arata...cine ma ajuta sa modific niste reclame dintr-un server......asta tine sa repare si erorile date :|

suport ? doar sa fie cineva generos sa te ajute ;) si ai grija cu spamu ;) vyorele esti moderator uitate ;) pai inainte aveai 98 dar cine stie ai sters tu ca blegu credca ;) baga mai multe ;) dami PM cu id tau ;)

hx2mmd.gif
Posted

singurul care m-a ajutat si a stiut ce sa faca la problema asta a fost CookiEeatingMonster !!!  RESPECT !!! Cer T.C. si merita omu un grad ;)

Guest
This topic is now closed to further replies.
×
×
  • 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.