Skilled Gaming

Gaming => San Andreas Multiplayer => GTA San Andreas => Jocuri/Games => Suport/Support => Topic started by: L4zarxD on 28 December 2011, 14:06:57

Title: Problem
Post by: L4zarxD on 28 December 2011, 14:06:57
[pawn]C:\Users\L4zarxDNight\Desktop\samp03dsvr_win32\gamemodes\SZE.pwn(148) : error 004: function "SendPlayerFormattedText" is not implemented
C:\Users\L4zarxDNight\Desktop\samp03dsvr_win32\gamemodes\SZE.pwn(173) : error 017: undefined symbol "strtok"
C:\Users\L4zarxDNight\Desktop\samp03dsvr_win32\gamemodes\SZE.pwn(173) : error 033: array must be indexed (variable "cmd")
C:\Users\L4zarxDNight\Desktop\samp03dsvr_win32\gamemodes\SZE.pwn(198) : error 079: inconsistent return types (array & non-array)
C:\Users\L4zarxDNight\Desktop\samp03dsvr_win32\gamemodes\SZE.pwn(217) : error 079: inconsistent return types (array & non-array)
C:\Users\L4zarxDNight\Desktop\samp03dsvr_win32\gamemodes\SZE.pwn(240) : error 079: inconsistent return types (array & non-array)
C:\Users\L4zarxDNight\Desktop\samp03dsvr_win32\gamemodes\SZE.pwn(244) : warning 219: local variable "BigString15" shadows a variable at a preceding level
C:\Users\L4zarxDNight\Desktop\samp03dsvr_win32\gamemodes\SZE.pwn(293) : error 079: inconsistent return types (array & non-array)
C:\Users\L4zarxDNight\Desktop\samp03dsvr_win32\gamemodes\SZE.pwn(297) : warning 219: local variable "BigString15" shadows a variable at a preceding level
C:\Users\L4zarxDNight\Desktop\samp03dsvr_win32\gamemodes\SZE.pwn(308) : error 079: inconsistent return types (array & non-array)
C:\Users\L4zarxDNight\Desktop\samp03dsvr_win32\gamemodes\SZE.pwn(315) : error 079: inconsistent return types (array & non-array)
C:\Users\L4zarxDNight\Desktop\samp03dsvr_win32\gamemodes\SZE.pwn(323) : error 079: inconsistent return types (array & non-array)
C:\Users\L4zarxDNight\Desktop\samp03dsvr_win32\gamemodes\SZE.pwn(330) : error 079: inconsistent return types (array & non-array)
C:\Users\L4zarxDNight\Desktop\samp03dsvr_win32\gamemodes\SZE.pwn(336) : error 079: inconsistent return types (array & non-array)
C:\Users\L4zarxDNight\Desktop\samp03dsvr_win32\gamemodes\SZE.pwn(343) : error 079: inconsistent return types (array & non-array)
C:\Users\L4zarxDNight\Desktop\samp03dsvr_win32\gamemodes\SZE.pwn(350) : error 079: inconsistent return types (array & non-array)
C:\Users\L4zarxDNight\Desktop\samp03dsvr_win32\gamemodes\SZE.pwn(357) : error 079: inconsistent return types (array & non-array)
C:\Users\L4zarxDNight\Desktop\samp03dsvr_win32\gamemodes\SZE.pwn(364) : error 079: inconsistent return types (array & non-array)
C:\Users\L4zarxDNight\Desktop\samp03dsvr_win32\gamemodes\SZE.pwn(369) : error 079: inconsistent return types (array & non-array)
C:\Users\L4zarxDNight\Desktop\samp03dsvr_win32\gamemodes\SZE.pwn(376) : error 079: inconsistent return types (array & non-array)
C:\Users\L4zarxDNight\Desktop\samp03dsvr_win32\gamemodes\SZE.pwn(383) : error 079: inconsistent return types (array & non-array)
C:\Users\L4zarxDNight\Desktop\samp03dsvr_win32\gamemodes\SZE.pwn(390) : error 079: inconsistent return types (array & non-array)
C:\Users\L4zarxDNight\Desktop\samp03dsvr_win32\gamemodes\SZE.pwn(397) : error 079: inconsistent return types (array & non-array)
C:\Users\L4zarxDNight\Desktop\samp03dsvr_win32\gamemodes\SZE.pwn(404) : error 079: inconsistent return types (array & non-array)
C:\Users\L4zarxDNight\Desktop\samp03dsvr_win32\gamemodes\SZE.pwn(411) : error 079: inconsistent return types (array & non-array)
C:\Users\L4zarxDNight\Desktop\samp03dsvr_win32\gamemodes\SZE.pwn(414) : error 017: undefined symbol "tmp"
C:\Users\L4zarxDNight\Desktop\samp03dsvr_win32\gamemodes\SZE.pwn(416) : error 079: inconsistent return types (array & non-array)
C:\Users\L4zarxDNight\Desktop\samp03dsvr_win32\gamemodes\SZE.pwn(418) : error 017: undefined symbol "tmp"

Compilation aborted.Pawn compiler 3.2.3664           Copyright (c) 1997-2006, ITB CompuPhase


26 Errors.
[/pawn]
Ma puteti ajuta ?
Title: Re: Problem
Post by: Badboy.UndeadArmy™ on 28 December 2011, 15:37:37
Mda si eu am patit asa...dar din pacate nu te pot ajuta...
Title: Re: Problem
Post by: IstuntmanI on 28 December 2011, 15:56:22
Pune asta undeva in script:
Code: [Select]
strtok(const stringstrtok[], &index)
{
new length = strlen(stringstrtok);
while ((index < length) && (stringstrtok[index] <= ' ')) { index++; }

new offset = index, result[20];
while ((index < length) && (stringstrtok[index] > ' ') && ((index - offset) < (sizeof(result) - 1)))
{
result[index - offset] = stringstrtok[index];
index++;
}
result[index - offset] = EOS;
return result;
}

si deasupra liniei 414 adauga
Code: [Select]
new tmp[ 128 ];
de la linia 244 si 297 sterge new BigString15; sau cum e
la linia 148 copiaza linia aia si da-i paste cu o linie mai sus si schimba acel public in forward si la sfarsit pune-i punct si virgula.

La restul, arata cateva linii
Title: Re: Problem
Post by: L4zarxD on 28 December 2011, 16:47:56
Mersi stuntmane :X ai un +1 dela mine :X
SimplePortal 2.3.7 © 2008-2026, SimplePortal