Jump to content
  • 0

Question

Posted

Buna . Acum cateva minute am adaugat in gm in locul forum-ului precedent [cel care era pus in gm] am adaugat sit-ul care sunt administrator si mi-am facut topicurile la factiuni .. etc.. Am facut o poza sa vedeti ce eroare imi da :sad: :sad:

Poate voi stiti  ^:)^

Poza -->http://tinypic.com/view.php?pic=2psq0lj&s=5

7 answers to this question

Recommended Posts

Posted

Incearca sa pui asta oriunde in gm. De preferat la sfarsit.

[pawn]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;

}[/pawn]

Y!M: [email protected] ( help-center sau comenzi )

Posted

Am pus si imi apare

Poza--> http://tinypic.com/view.php?pic=5344nq&s=5

Posted

Acuma imi apare run time error 17 : http://tinypic.com/view.php?pic=2mgw95&s=5

Posted

Da am observat cand dau compile el dispare si cand il pun la loc nu vad nici o schimbare ! Tot acelasi site ramane pe gm.

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • 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.