where to put this ?
#4

and why do i have to use the 'i' ? whats the difference ? .. mm how about if i make it like .. the largest north Y , lowest south Y .. Lowest X WEst .. the largest X east .. like the turfs .. and if hte player is in that square .. he teleports to the other place ..
how about this ..
forward Teleport(playerid);
public Teleport(playerid)
{
if(IsPlayerInRangeOfPoint(playerid,43.3553,534.53, 534.533);
{
SetPlayerPos(playerid,43.3553,534.53,534.533);
}
return 1;
}

pardon me if i have done any comon mistakes .. i am new in scripting
Reply


Messages In This Thread
where to put this ? - by AlbanianGuy - 17.05.2010, 00:38
Re: where to put this ? - by Backwardsman97 - 17.05.2010, 00:48
Re: where to put this ? - by AlbanianGuy - 17.05.2010, 00:55
Re: where to put this ? - by AlbanianGuy - 17.05.2010, 01:04
Re: where to put this ? - by Backwardsman97 - 17.05.2010, 01:23
Re: where to put this ? - by AlbanianGuy - 17.05.2010, 01:35
Re: where to put this ? - by Backwardsman97 - 17.05.2010, 01:43
Re: where to put this ? - by AlbanianGuy - 17.05.2010, 01:45
Re: where to put this ? - by AlbanianGuy - 17.05.2010, 02:11
Re: where to put this ? - by Backwardsman97 - 17.05.2010, 02:52

Forum Jump:


Users browsing this thread: 1 Guest(s)