Jump to content
  • 0

Am schimbat doar de 3x


Seven

Question

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

Link to comment
Share on other sites

7 answers to this question

Recommended Posts

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 )

Link to comment
Share on other sites

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.