21.01.2011, 20:16
Hi all,i downloaded the incognito streamer for 0.3c and i got a problem when compiling:
\pawno\include\streamer.inc(435) : warning 202: number of arguments does not match definition
\pawno\include\streamer.inc(449) : warning 202: number of arguments does not match definition
streamer.inc - Line: 435
CreatePlayerObject(0, 0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0);
Line: 449:
SetPlayerMapIcon(0, 0, 0.0, 0.0, 0.0, 0, 0, 0);
I added objects with CreateDynamicObjects and map icons with SetPlayerMapIcon
\pawno\include\streamer.inc(435) : warning 202: number of arguments does not match definition
\pawno\include\streamer.inc(449) : warning 202: number of arguments does not match definition
streamer.inc - Line: 435
CreatePlayerObject(0, 0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0);
Line: 449:
SetPlayerMapIcon(0, 0, 0.0, 0.0, 0.0, 0, 0, 0);
I added objects with CreateDynamicObjects and map icons with SetPlayerMapIcon