Author Topic:  Problem  (Read 2909 times)

0 Members and 1 Guest are viewing this topic.

Offline L4zarxD

  • Spam Machine
  • *
  • Posts: 1214
  • Reputation: 0
  • Gender: Male
  • Afalnabet de mana prima.
Problem
« 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 ?

Offline Badboy.UndeadArmy™

  • Skilled Gaming Legend
  • Legend
  • God
  • *
  • Posts: 9060
  • Reputation: 17
  • Gender: Male
  • Legends Never Die
  • Real Name: S.B.SZ.
  • Steam ID: badboyundeadarmy
Re: Problem
« Reply #1 on: 28 December 2011, 15:37:37 »
Mda si eu am patit asa...dar din pacate nu te pot ajuta...



Follow me on:
FaceBook
Instagram




Ai nevoie de ajutor? Trimite-mi un PM !
Do you need help? Send me a PM !

Offline IstuntmanI

  • GZS Owner
  • Administrator
  • Cyborg
  • *
  • Posts: 15119
  • Reputation: 80
  • Gender: Male
  • Real Name: NcF http://fb.me/cnistor96
  • Steam ID: istuntmani
Re: Problem
« Reply #2 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

Offline L4zarxD

  • Spam Machine
  • *
  • Posts: 1214
  • Reputation: 0
  • Gender: Male
  • Afalnabet de mana prima.
Re: Problem
« Reply #3 on: 28 December 2011, 16:47:56 »
Mersi stuntmane :X ai un +1 dela mine :X

 

SimplePortal 2.3.7 © 2008-2024, SimplePortal