why do i get error?
#1

FILE LOCATION: error 029: invalid expression, assumed zero
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.

Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
	if (strcmp("/mycommand", cmdtext, true, 10) == 0)
	{
	    if(IsPlayerInRangeOfPoint(playerid, 7.0, 2695.6880, -1704.6300, 11.8438))
 {
        SendClientMessage(playerid,0xFFFFFFFF,"You are near the stadium entrance!");
		// Do something here
		return 1;
	}
	return 0;
}
This is the line of code
Reply


Messages In This Thread
why do i get error? - by kingcrome - 01.11.2014, 19:03
Re : why do i get error? - by MCZOFT - 01.11.2014, 19:08
Re: Re : why do i get error? - by kingcrome - 01.11.2014, 19:26

Forum Jump:


Users browsing this thread: 1 Guest(s)