Jump to content
  • 0

Erori Gamemode


AlbertSky

Question

C:\Users\ABY\Desktop\samp03dsvr_R2_win32\gamemodes\GR.pwn(14768) : error 017: undefined symbol "f2text"

C:\Users\ABY\Desktop\samp03dsvr_R2_win32\gamemodes\GR.pwn(15399) : error 017: undefined symbol "LoadTDHR"

C:\Users\ABY\Desktop\samp03dsvr_R2_win32\gamemodes\GR.pwn(15517) : error 004: function "LoadFamilies" is not implemented

C:\Users\ABY\Desktop\samp03dsvr_R2_win32\gamemodes\GR.pwn(24625) : error 079: inconsistent return types (array & non-array)

C:\Users\ABY\Desktop\samp03dsvr_R2_win32\gamemodes\GR.pwn(24628) : error 017: undefined symbol "strtok"

C:\Users\ABY\Desktop\samp03dsvr_R2_win32\gamemodes\GR.pwn(24628) : error 033: array must be indexed (variable "cmd")

C:\Users\ABY\Desktop\samp03dsvr_R2_win32\gamemodes\GR.pwn(24637) : error 017: undefined symbol "strtok"

C:\Users\ABY\Desktop\samp03dsvr_R2_win32\gamemodes\GR.pwn(24637) : error 033: array must be indexed (variable "x_nr")

C:\Users\ABY\Desktop\samp03dsvr_R2_win32\gamemodes\GR.pwn(24641) : error 079: inconsistent return types (array & non-array)

C:\Users\ABY\Desktop\samp03dsvr_R2_win32\gamemodes\GR.pwn(24721) : error 079: inconsistent return types (array & non-array)

C:\Users\ABY\Desktop\samp03dsvr_R2_win32\gamemodes\GR.pwn(24729) : error 017: undefined symbol "strtok"

C:\Users\ABY\Desktop\samp03dsvr_R2_win32\gamemodes\GR.pwn(24729) : error 033: array must be indexed (variable "x_nr")

C:\Users\ABY\Desktop\samp03dsvr_R2_win32\gamemodes\GR.pwn(24733) : error 079: inconsistent return types (array & non-array)

C:\Users\ABY\Desktop\samp03dsvr_R2_win32\gamemodes\GR.pwn(24754) : error 079: inconsistent return types (array & non-array)

C:\Users\ABY\Desktop\samp03dsvr_R2_win32\gamemodes\GR.pwn(24761) : error 017: undefined symbol "strtok"

C:\Users\ABY\Desktop\samp03dsvr_R2_win32\gamemodes\GR.pwn(24761) : error 033: array must be indexed (variable "tmp")

C:\Users\ABY\Desktop\samp03dsvr_R2_win32\gamemodes\GR.pwn(24765) : error 079: inconsistent return types (array & non-array)

C:\Users\ABY\Desktop\samp03dsvr_R2_win32\gamemodes\GR.pwn(24769) : error 017: undefined symbol "strtok"

C:\Users\ABY\Desktop\samp03dsvr_R2_win32\gamemodes\GR.pwn(24769) : error 033: array must be indexed (variable "tmp")

C:\Users\ABY\Desktop\samp03dsvr_R2_win32\gamemodes\GR.pwn(24793) : error 079: inconsistent return types (array & non-array)

C:\Users\ABY\Desktop\samp03dsvr_R2_win32\gamemodes\GR.pwn(24810) : error 079: inconsistent return types (array & non-array)

C:\Users\ABY\Desktop\samp03dsvr_R2_win32\gamemodes\GR.pwn(24817) : error 017: undefined symbol "strtok"

C:\Users\ABY\Desktop\samp03dsvr_R2_win32\gamemodes\GR.pwn(24817) : error 033: array must be indexed (variable "tmp")

C:\Users\ABY\Desktop\samp03dsvr_R2_win32\gamemodes\GR.pwn(24821) : error 079: inconsistent return types (array & non-array)

C:\Users\ABY\Desktop\samp03dsvr_R2_win32\gamemodes\GR.pwn(24839) : error 079: inconsistent return types (array & non-array)

C:\Users\ABY\Desktop\samp03dsvr_R2_win32\gamemodes\GR.pwn(24841) : error 079: inconsistent return types (array & non-array)

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

pls help

26 Errors.

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Pune asta undeva jos in GM

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

trebuie sa ai forward si public LoadFamilies

Lock pentru ca nu ai postat liniile,mai mult de atat nu am cum sa te ajut.

Sa va invatati minte de acum sa postati linii.

gXvsYS
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.