What is the problem?
#1

pawn Код:
SendClientMessage(playerid, WHITE, "{02FFEF}Welcome{2FF40C} %s{02FFEF}! For command list type {2FF40C}/cmds",pName);
Код:
warning 202: number of arguments does not match definition
Reply
#2

pawn Код:
new string[112];

format(string, sizeof(string), "{02FFEF}Welcome{2FF40C} %s{02FFEF}! For command list type {2FF40C}/cmds",pName);
SendClientMessage(playerid, WHITE, string);
Reply
#3

Quote:
Originally Posted by Hal
Посмотреть сообщение
pawn Код:
new string[112];

format(string, sizeof(string), "{02FFEF}Welcome{2FF40C} %s{02FFEF}! For command list type {2FF40C}/cmds",pName);
SendClientMessage(playerid, WHITE, string);
Thanks now work
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)