Size of game objects - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Size of game objects (
/showthread.php?tid=271473)
Size of game objects -
slymatt - 24.07.2011
How do you make game objects bigger??
Re: Size of game objects -
MoroDan - 24.07.2011
You can only at
SetPlayerHoldingObject, at sX & sY & sZ axis.
s = scale
Re: Size of game objects -
slymatt - 24.07.2011
i have made a moving gate but how can i make it so that people can only open it in a certain radius?
Re: Size of game objects -
MoroDan - 24.07.2011
PHP код:
if(IsPlayerInRangeOfPoint(playerid, radius, X_GATE, Y_GATE, Z_GATE))
{
}
Re: Size of game objects -
slymatt - 24.07.2011
how does every other server have there doors and things set at the right size if you can only scale an object when its attached to a player?