help with this script of checking the velocity
#3

Quote:
Originally Posted by Blackazur
Посмотреть сообщение
Код:
           	GetPlayerVelocity(playerid,x,y,z);
Here you need the X, Y and Z Coordinate, you can find this in the gta san andreas user files > SAMP > savedpositions.

Код:
            if (x > 60 || y > 60)
And here too, or just
Код:
#define
on top of your script the coordinates then you can use x, y and z, without pasting the coordinates.
i am using getplayerpos and not setplayerpos and i guess you need the x,y,z coordinates from savedpositions only for setplayerpos and for the other
Reply


Messages In This Thread
help with this script of checking the velocity - by akki - 01.02.2013, 13:18
AW: help with this script of checking the velocity - by Blackazur - 01.02.2013, 13:20
Re: AW: help with this script of checking the velocity - by akki - 01.02.2013, 13:23
Re: help with this script of checking the velocity - by RedCrossER - 01.02.2013, 13:24
AW: Re: AW: help with this script of checking the velocity - by Blackazur - 01.02.2013, 13:27
Re: help with this script of checking the velocity - by akki - 01.02.2013, 13:34

Forum Jump:


Users browsing this thread: 1 Guest(s)