Utility
Vector 4
By using the command /vector4, the script is going to copy your player actual coordinate and street name with a ready to go format to be added to the script. Format example:
{ x = 892.37, y = -2173.97, z = 32.29, d = 176.47 }, -- Orchardville Avenue
Vector 3
By using the command /vector3, the script is going to copy your player actual coordinate with a ready to go format to be added to the script. Format example:
{ x = 892.37, y = -2173.97, z = 32.29 }, -- Orchardville Avenue
Was this helpful?