SetPlayerPos Not working....
#1

Im trying to put /enter while on the range point and then I put /enter and it doesnt teleport

Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
	if(!strcmp("/enter",cmdtext))

	if(IsPlayerInRangeOfPoint(playerid, 3.0, 2935.96, 1842.19, 15.80))
    {
    SetPlayerPos(264.78, 77.62, 1001.04,0.06);
    return 1;
	}
	return 0;
}
Reply


Messages In This Thread
SetPlayerPos Not working.... - by Alex_Obando - 01.03.2011, 21:19
Re: SetPlayerPos Not working.... - by grand.Theft.Otto - 01.03.2011, 21:21
Re: SetPlayerPos Not working.... - by blackwave - 01.03.2011, 21:21
Re: SetPlayerPos Not working.... - by JaTochNietDan - 01.03.2011, 21:23
Respuesta: SetPlayerPos Not working.... - by Alex_Obando - 01.03.2011, 21:26
Re: SetPlayerPos Not working.... - by grand.Theft.Otto - 01.03.2011, 21:34
Respuesta: SetPlayerPos Not working.... - by Alex_Obando - 01.03.2011, 21:39
Re: SetPlayerPos Not working.... - by JaTochNietDan - 01.03.2011, 21:40
Respuesta: SetPlayerPos Not working.... - by Alex_Obando - 01.03.2011, 22:09
Re: SetPlayerPos Not working.... - by grand.Theft.Otto - 01.03.2011, 22:16

Forum Jump:


Users browsing this thread: 1 Guest(s)