[Ajuda] Clan sem Funзao
#9

Quote:
Originally Posted by JuniorTheDM
Посмотреть сообщение
PHP код:
C:\Users\Usuario\Desktop\THE DM\gamemodes\thedm.pwn(4327) : error 017undefined symbol "strtok"
C:\Users\Usuario\Desktop\THE DM\gamemodes\thedm.pwn(4327) : error 033: array must be indexed (variable "cmd")
C:\Users\Usuario\Desktop\THE DM\gamemodes\thedm.pwn(4333) : error 017undefined symbol "cmdtext"
C:\Users\Usuario\Desktop\THE DM\gamemodes\thedm.pwn(4365) : error 017undefined symbol "GivePlayerGrana"
C:\Users\Usuario\Desktop\THE DM\gamemodes\thedm.pwn(4390) : error 017undefined symbol "Verde"
C:\Users\Usuario\Desktop\THE DM\gamemodes\thedm.pwn(4399) : error 017undefined symbol "file"
C:\Users\Usuario\Desktop\THE DM\gamemodes\thedm.pwn(4399) : error 017undefined symbol "file"
C:\Users\Usuario\Desktop\THE DM\gamemodes\thedm.pwn(4399) : error 029invalid expressionassumed zero
C
:\Users\Usuario\Desktop\THE DM\gamemodes\thedm.pwn(4399) : fatal error 107too many error messages on one line
Compilation aborted
.Pawn compiler 3.2.3664              Copyright (c1997-2006ITB CompuPhase
9 Errors

Colб isso no final do seu gamemode e compila denovo
Quote:

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;
}

Reply


Messages In This Thread
Clan sem Funзao - by JuniorTheDM - 30.05.2015, 22:33
Re: Clan sem Funзao - by _Play_ - 30.05.2015, 23:47
Re: Clan sem Funзao - by JuniorTheDM - 30.05.2015, 23:49
Re: Clan sem Funзao - by [BC]Vinny - 01.06.2015, 14:01
Re: Clan sem Funзao - by ipsLuan - 01.06.2015, 14:07
Re: Clan sem Funзao - by anime107 - 27.07.2016, 16:43
Re: Clan sem Funзao - by F1N4L - 27.07.2016, 18:51
Re: Clan sem Funзao - by anime107 - 28.07.2016, 10:45
Re: Clan sem Funзao - by safchdion - 28.07.2016, 11:27

Forum Jump:


Users browsing this thread: 4 Guest(s)