Error with command [Solved]
#1

Код:
	if (strcmp("/enter", cmdtext, true, 6) == 0)
	{
		IsPlayerInRangeOfPoint(playerid, 2.0, 2057.4463,-1057.4189,353.4954);
		{
		SetPlayerPos(playerid,2057.4463,-1057.4189,353.4954);
		SendClientMessage(playerid,0xAA3333AA,"You have entered the ballas crib");
		}
		else
		{
		SendClientMessage(playerid,0xAA33333AA,"[Error]You can't enter nothing");
		}
	}
this is my command.
This is my error:
Код:
C:\scripts voor anderen\ballashqgamemode.pwn(87) : error 029: invalid expression, assumed zero
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
Reply
#2

Код:
if(IsPlayerInRangeOfPoint(playerid, 2.0, 2057.4463,-1057.4189,353.4954))
Reply
#3

Lol thanks missed that
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)