SendClientMessageToAll errors
#1

I know it's simple but I'm just learning.

Код:
SendClientMessageToAll(COLOR_DUTY, "[ANN]: %s is now on administrator duty!",GetAdminName(playerid));
Why do I get this error on this line?
Код:
C:\Users\gregorikouk\Desktop\x\gamemodes\x.pwn(11483) : warning 202: number of arguments does not match definition
Reply
#2

Quote:
Originally Posted by Gogorakis
Посмотреть сообщение
I know it's simple but I'm just learning.

Код:
SendClientMessageToAll(COLOR_DUTY, "[ANN]: %s is now on administrator duty!",GetAdminName(playerid));
Why do I get this error on this line?
Код:
C:\Users\gregorikouk\Desktop\x\gamemodes\x.pwn(11483) : warning 202: number of arguments does not match definition
PHP код:
new str[80];
format(strsizeof(str), "[ANN]: %s is now on administrator duty!",GetAdminName(playerid));
SendClientMessageToAll(COLOR_DUTYstr); 
Reply
#3

Quote:
Originally Posted by Lokii
Посмотреть сообщение
PHP код:
new str[80];
format(strsizeof(str), "[ANN]: %s is now on administrator duty!",GetAdminName(playerid));
SendClientMessageToAll(COLOR_DUTYstr); 
Thank you. Really appreciate it.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)