Help with these errors please.
#1

PHP код:
C:\Users\yan\Desktop\Cops And Robbers\gamemodes\LSCNR.pwn(187) : error 001expected token";"but found "-identifier-"
C:\Users\yan\Desktop\Cops And Robbers\gamemodes\LSCNR.pwn(345) : error 001expected token";"but found ":"
C:\Users\yan\Desktop\Cops And Robbers\gamemodes\LSCNR.pwn(348) : error 017undefined symbol "Random"
C:\Users\yan\Desktop\Cops And Robbers\gamemodes\LSCNR.pwn(349) : error 033: array must be indexed (variable "RandomMSG")
C:\Users\yan\Desktop\Cops And Robbers\gamemodes\LSCNR.pwn(348) : warning 204symbol is assigned a value that is never used"randMSG"
Pawn compiler 3.2.3664              Copyright (c1997-2006ITB CompuPhase
4 Errors

PHP код:
forward SendMSG():
public 
SendMSG()
{
 new 
randMSG Random,(sizeof(random));
 
SendClientMessageToAll(COLOR_REDRandomMSG[RandomMSG]);

Line 187
PHP код:
main() 
Reply


Messages In This Thread
Help with these errors please. - by Glossy42O - 22.10.2014, 04:24
Re: Help with these errors please. - by Sabur - 22.10.2014, 04:46
Re: Help with these errors please. - by Threshold - 22.10.2014, 04:46
Re: Help with these errors please. - by Glossy42O - 22.10.2014, 12:35
Re: Help with these errors please. - by AYOUYOU - 22.10.2014, 12:55
Re: Help with these errors please. - by gurmani11 - 22.10.2014, 12:56
Re: Help with these errors please. - by Glossy42O - 22.10.2014, 12:59
Re: Help with these errors please. - by AYOUYOU - 22.10.2014, 13:34
Re: Help with these errors please. - by Glossy42O - 22.10.2014, 13:40
Re: Help with these errors please. - by AYOUYOU - 22.10.2014, 13:46

Forum Jump:


Users browsing this thread: 2 Guest(s)