isnotinbox
#10

Quote:
Originally Posted by Serediucr
ok thx now i tried it but if i'm in box , or not , every 1 sec is give me test message!
pawn Код:
//up
forward Sumo(playerid);
//in tele
SetTimer("Sumo",1000,1);
//down
public Sumo(playerid)
{
if(!IsPlayerInBox(playerid,-391.9988,-476.2663,2553.0342,2461.8596,120.8335,160.8335)){
SendClientMessage(playerid,ORANGE,"test");
}
plz help
Here you are missing a bracket

pawn Код:
//up
forward Sumo(playerid);
//in tele
SetTimer("Sumo",1000,1);
//down
public Sumo(playerid)
{
if(!IsPlayerInBox(playerid,-391.9988,-476.2663,2553.0342,2461.8596,120.8335,160.8335))
{
SendClientMessage(playerid,ORANGE,"test");
}
}
Reply


Messages In This Thread
isnotinbox - by Serediucr - 25.06.2009, 16:54
Re: isnotinbox - by Correlli - 25.06.2009, 16:55
Re: isnotinbox - by Serediucr - 25.06.2009, 19:13
Re: isnotinbox - by Serediucr - 25.06.2009, 19:28
Re: isnotinbox - by Serediucr - 25.06.2009, 19:49
Re: isnotinbox - by Correlli - 25.06.2009, 20:00
Re: isnotinbox - by Serediucr - 26.06.2009, 07:12
Re: isnotinbox - by NeRoSiS - 26.06.2009, 07:15
Re: isnotinbox - by abhinavdabral - 26.06.2009, 07:20
Re: isnotinbox - by smallo - 26.06.2009, 07:37

Forum Jump:


Users browsing this thread: 2 Guest(s)