Megaphone pls i need help -
kevi11 - 10.03.2016
This is gamemode/without script:
http://pastebin.com/FPVmbamp
This is error: C:\Users\Kevin11\Desktop\Nuova cartella\gamemodes\script.pwn(19) : warning 201: redefinition of constant/macro (symbol "COLOR_RED")
C:\Users\Kevin11\Desktop\Nuova cartella\gamemodes\script.pwn(71) : warning 217: loose indentation
C:\Users\Kevin11\Desktop\Nuova cartella\gamemodes\script.pwn(74) : warning 219: local variable "soundid" shadows a variable at a preceding level
C:\Users\Kevin11\Desktop\Nuova cartella\gamemodes\script.pwn(74) : error 001: expected token: ")", but found "-identifier-"
C:\Users\Kevin11\Desktop\Nuova cartella\gamemodes\script.pwn(74) : error 010: invalid function or declaration
C:\Users\Kevin11\Desktop\Nuova cartella\gamemodes\script.pwn(74 -- 76) : error 010: invalid function or declaration
C:\Users\Kevin11\Desktop\Nuova cartella\gamemodes\script.pwn(74 -- 76) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
4 Errors.
Guys pls help me ty.!
Re: Megaphone pls i need help -
AdmBot - 10.03.2016
Show us error lines.
Re: Megaphone pls i need help -
saffierr - 10.03.2016
Just paste your code here with [ php ] [ / php ]
Re: Megaphone pls i need help -
MicroKyrr - 10.03.2016
We don't need a code here since he is using pastebin and the error lines are shown
Also , Megaphone is not the problem here.
Pastebin link
But i don't recommended you stock.
Re: Megaphone pls i need help -
kevi11 - 10.03.2016
can you resolve my error in this script
megaphone..?
Re: Megaphone pls i need help -
SyS - 10.03.2016
change this
PHP код:
stock PlaySoundEx(soundid, Float:x, Float:y, Float:z range)
to
PHP код:
stock PlaySoundEx(soundid, Float:x, Float:y, Float:z, range)
Re: Megaphone pls i need help -
kevi11 - 10.03.2016
now this errors.. : C:\Users\Kevin11\Desktop\Nuova cartella\gamemodes\script.pwn(1500) : error 010: invalid function or declaration
C:\Users\Kevin11\Desktop\Nuova cartella\gamemodes\script.pwn(1503) : error 010: invalid function or declaration
C:\Users\Kevin11\Desktop\Nuova cartella\gamemodes\script.pwn(1506) : error 017: undefined symbol "w1"
C:\Users\Kevin11\Desktop\Nuova cartella\gamemodes\script.pwn(1506) : error 021: symbol already defined: "split"
C:\Users\Kevin11\Desktop\Nuova cartella\gamemodes\script.pwn(150
: error 010: invalid function or declaration
C:\Users\Kevin11\Desktop\Nuova cartella\gamemodes\script.pwn(1511) : error 021: symbol already defined: "GetPlayerPos"
C:\Users\Kevin11\Desktop\Nuova cartella\gamemodes\script.pwn(1512) : error 021: symbol already defined: "PlaySoundEx"
C:\Users\Kevin11\Desktop\Nuova cartella\gamemodes\script.pwn(1513) : error 010: invalid function or declaration
C:\Users\Kevin11\Desktop\Nuova cartella\gamemodes\script.pwn(1515) : error 010: invalid function or declaration
C:\Users\Kevin11\Desktop\Nuova cartella\gamemodes\script.pwn(1522) : warning 203: symbol is never used: "pos"
C:\Users\Kevin11\Desktop\Nuova cartella\gamemodes\script.pwn(1522) : warning 203: symbol is never used: "soundid"
C:\Users\Kevin11\Desktop\Nuova cartella\gamemodes\script.pwn(1522) : warning 203: symbol is never used: "tmp1"
C:\Users\Kevin11\Desktop\Nuova cartella\gamemodes\script.pwn(1522) : warning 203: symbol is never used: "tw1"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
15 Errors.
Re: Megaphone pls i need help -
MicroKyrr - 10.03.2016
Code again please. 1500 to closing bracket
Re: Megaphone pls i need help -
kevi11 - 10.03.2016
http://pastebin.com/mkmFAxqU
Re: Megaphone pls i need help -
kevi11 - 10.03.2016
pls help me guys