SendFormatToAll(...)
#1

I get errors when i try to compile this:
pawn Код:
197: stock SendFormatToAll(colour, const format[], {Float,_}:...)
198: {
199:     new string[128];
200:     format(string, sizeof(string), format, {Float,_}:...);
201:     SendClientMessageToAll(colour, string);
202: }
Errors:
Код:
C:\Server\gamemodes\mode.pwn(100) : error 012: invalid function call, not a valid address
C:\Server\gamemodes\mode.pwn(100) : warning 215: expression has no effect
C:\Server\gamemodes\mode.pwn(100) : warning 215: expression has no effect
C:\Server\gamemodes\mode.pwn(100) : warning 215: expression has no effect
C:\Server\gamemodes\mode.pwn(100) : error 017: undefined symbol "Float"
C:\Server\gamemodes\mode.pwn(100) : error 029: invalid expression, assumed zero
C:\Server\gamemodes\mode.pwn(100) : fatal error 107: too many error messages on one line
Anyone know whats wrong?
Reply


Messages In This Thread
SendFormatToAll(...) - by [NWA]Hannes - 01.01.2011, 20:04
Re: SendFormatToAll(...) - by SamyRomafia - 01.01.2011, 20:05
Re: SendFormatToAll(...) - by Grim_ - 01.01.2011, 20:06
Re: SendFormatToAll(...) - by [NWA]Hannes - 01.01.2011, 20:09
Re: SendFormatToAll(...) - by Grim_ - 01.01.2011, 20:11
Re: SendFormatToAll(...) - by [L3th4l] - 01.01.2011, 20:32

Forum Jump:


Users browsing this thread: 1 Guest(s)