Bug ?
#1

pawn Код:
// This is at top of script
const COLOR_CYAN = 0x00F9F9FF;

// This is in a command
new Acolor[50];
Acolor = COLOR_CYAN;
SendClientMessage(playerid,Acolor,"You got cyan color.");
Compiler:

D:\gamemodes\gm.pwn(12215) : error 047: array sizes do not match, or destination array is too small
D:\gamemodes\gm.pwn(12216) : error 035: argument type mismatch (argument 2)

12215 -> Acolor = COLOR_CYAN;
12216 -> SendClientMessage(playerid,Acolor,"You got cyan color.");
Reply


Messages In This Thread
Bug ? - by UsaBoy91 - 06.07.2009, 15:55
Re: Bug ? - by Correlli - 06.07.2009, 15:56
Re: Bug ? - by UsaBoy91 - 06.07.2009, 15:57
Re: Bug ? - by ByFukara - 06.07.2009, 16:20
Re: Bug ? - by UsaBoy91 - 06.07.2009, 16:34
Re: Bug ? - by yom - 06.07.2009, 16:37

Forum Jump:


Users browsing this thread: 3 Guest(s)