C:\Users\Desktop\Samp Script\gamemodes\FCReallife.pwn(5090) : error 017: undefined symbol "M_OnPlayerDeath"
C:\Users\Desktop\Samp Script\gamemodes\FCReallife.pwn(13289) : error 021: symbol already defined: "strtok"
C:\Users\Desktop\Samp Script\gamemodes\FCReallife.pwn(13304) : error 047: array sizes do not match, or destination array is too small
C:\Users\Desktop\Samp Script\gamemodes\FCReallife.pwn(19137) : warning 219: local variable "mod" shadows a variable at a preceding level
C:\Users\Desktop\Samp Script\gamemodes\FCReallife.pwn(29087) : error 047: array sizes do not match, or destination array is too small
C:\Users\Desktop\Samp Script\gamemodes\FCReallife.pwn(43407) : warning 203: symbol is never used: "ret_memcpy"
5090: M_OnPlayerDeath(playerid,killerid,reason);
13289-13304:
{
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;
}
19137: new mod = 100;
29087: giveplayer = strtok(cmdtext, idx);
43407: Dort ist das Script zu ende
Bitte um Hilfe