Jump to page content
English English   Polish Polish   Dutch Dutch   Russian Russian   German German   Hungarian Hungarian   Norwegian Norwegian   Swedish Swedish   Finnish Finnish   Romanian Romanian   Spanish Spanish   Portuguese Portuguese   Latvian Latvian  
Homepage
Home
Register
Login

Resources
Forum
Wiki
Servers

rssgtav-radar-nextgeneration

Category:script
Author(s):alejandro245
Downloads:3870
Rate:You need to be logged in to vote
Rating:4 (4 Votes)
Description:
Buenas, hoy traigo este radar estilo gtaV para la comunidad
este radar no lo hice yo pero estoy autorizado por el autor para compartirlo .

El radar trae :
radarBlips
radarareas
playerBlips
radarmessages

Para configurarciones del radar abrir el archivo funcUtil.lua

Para añadir mensajes al radar deben exportar la función
radarsms
con los siguientes argumentos
txt -- es el texto del mensaje
tr, tg, tb -- colores del texto
time -- el tiempo en milisegundos que durara el mensaje
img -- ruta de la imagen
cr, cg, cb, ca = colores y alpha del cuadro de texto
player -- si el mensaje esta en lado SERVER necesitaras especificar el jugador

ejemplo
CLIENT

exports["gtav-radar-NextGeneration"]:radarsms(txt,tr, tg, tb, time, img, cr, cg, cb, ca )

exports["gtav-radar-NextGeneration"]:radarsms("hola",255, 255, 255, 5000, ":imagenes/img/1.png", 0, 0, 0, 200 )

SERVER

exports["gtav-radar-NextGeneration"]:radarsms(txt, player, tr, tg, tb, time, img, cr, cg, cb, ca )

exports["gtav-radar-NextGeneration"]:radarsms("hola", root, 255, 255, 255, 5000, ":imagenes/img/1.png", 0, 0, 0, 200 ) -- le pongo root para que sea visible por todos los jugadores

agradecimientos
autor : alex17
...

(more)

Download latest version | Report

Version history

Version Publish Date Changes
1.4.3 2016-02-08 17:00:40 First public release Download