17.05.2010, 01:04
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
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

