19.08.2009, 00:09
how to use PlayerToPoint?
if(PlayerToPoint(RADIUS, playerid, X_POS, Y_POS, Z_POS))
{
// code.
}
if(PlayerToPoint(5.0, playerid, 0.0, 0.0, 0.0))
{
// code.
}
Originally Posted by sandisk125
thanks
i have putted a playertopoint to an edited LSPD,but,how can i remove the yellow arrow to enter it? |
Originally Posted by sandisk125
but i want it to disable some interiors,not all,how can i do that?
|
Originally Posted by sandisk125
but i want it to disable some interiors,not all,how can i do that?
|
Originally Posted by Don Correlli
Did you used SetPlayerPos and SetPlayerInterior with /enter command?
|