Question

CMD:test(playerid[])
{
	for(new i = 0; i < 1; i++) PlayerTextDrawShow(playerid, CLICK);// ýòî öèêë îòêðûòèÿ íàøèõ TD
	SelectTextDraw(playerid, 0xffffff10);// ôóíêöèÿ äîáàâëÿþùàÿ êëèêàáåëüíîñòü
	return true;
}

ошибки:

C:\Users\Александр\Desktop\Revin\gamemodes\new.pwn(21723) : error 035: argument type mismatch (argument 1)
C:\Users\Александр\Desktop\Revin\gamemodes\new.pwn(21724) : error 035: argument type mismatch (argument 1)

 

Share this post


Link to post

1 answer to this question

  • 0
for(new i = 0; i < 1; i++)

Зачем?

Убери [] в строке 

CMD:test

Share this post


Link to post
Guest
This topic is now closed to further replies.
Sign in to follow this  
Followers 0