Some help?
#1

Thanks in advance!

Код:
warning 202: number of arguments does not match definition
Код:
	            	SendClientMessageEx(playerid, COLOR_WHITE, "ERROR: %s car assets are frozen, they cannot buy a car!",CheckSex(playerid));
Reply
#2

Show us SendClientMessageEx and CheckSex. Neither of them are natives, so how are we going to know their parameters without seeing the definitions?
Reply
#3

pawn Код:
new string[144];
format(string, sizeof(string), "ERROR: %s car assets are frozen, they cannot buy a car!", CheckSex(playerid));
SendClientMessage(playerid, COLOR_WHITE, string);
Reply
#4

Quote:
Originally Posted by SickAttack
Посмотреть сообщение
pawn Код:
new string[144];
format(string, sizeof(string), "ERROR: %s car assets are frozen, they cannot buy a car!", CheckSex(playerid));
SendClientMessage(playerid, COLOR_WHITE, string);
Thx dude!
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)