22.01.2011, 16:07 
	
	
	
		Hey guys,
I got another problem, I'm always getting these errors when I'm compiling my script:
Here the whole cmd:
Any ideas ?
?
Thanks in advance!
	
	
	
I got another problem, I'm always getting these errors when I'm compiling my script:
Quote:
| pd mavs + dach.pwn(77) : warning 202: number of arguments does not match definition pd mavs + dach.pwn(7  : warning 202: number of arguments does not match definition | 
Код:
	if (strcmp("/pdrunter", cmdtext, true, 10) == 0)
	{
		if(IsPlayerInRangeOfPoint(playerid, 5, 1571.8101,-1675.6870,28.3955,279.0334)) //This is line 77
		SetPlayerPos(playerid, 242.2857,66.3882,1003.6406,105.1551); // This is line 78
		else SendClientMessage (playerid, 0xFF0000, "Du bist nicht am PD Dach!");
		return 1;
	}
 ?
?Thanks in advance!




