Zaloguj się by uzyskać pełen dostęp. Nie masz jeszcze konta? Założ je już teraz w kilka sekund.
GTAONLINE.PL
Tematy otagowane jako: uzywania
1. zakaz uzywania skina
Witam.

Jak zrobi? w tym skrypcie, aby podczas wpisania id np 281 [czyli policyjnego] nie m?g?by go nikt wybra? ?

oto skrypt :

[lua]
local marker = createMarker(2244.4982910156, -1664.8819580078, 14.4765625, "cylinder", 2, 0, 155, 255, 30)
local blip = createBlip ( 2244.4982910156, -1664.8819580078, 15.4765625, 45 )


GUIEditor = {

label = {}

}

ventana = guiCreateGridList(0.33, 0.28, 0.34, 0.34, true)

guiSetAlpha(ventana, 0.85)
guiSetVisible ( ventana, false )



GUIEditor.label[1] = guiCreateLabel(0.31, 0.00, 0.47, 0.21, "Skin Shop", true, ventana)

guiSetFont(GUIEditor.label[1], "sa-header")


GUIEditor.label[2] = guiCreateLabel(0.24, 0.27, 0.46, 0.11, "Skin ID:", true, ventana)

guiSetFont(GUIEditor.label[2], "default-bold-small")

guiLabelSetColor(GUIEditor.label[2], 41, 183, 3)


edit = guiCreateEdit(0.15, 0.40, 0.30, 0.14, "", true, ventana)


cerrar = guiCreateButton(0.90, 0.02, 0.07, 0.11, "X", true, ventana)

tomar = guiCreateButton(0.30, 0.69, 0.44, 0.18, "Take Skin", true, ventana)


GUIEditor.label[3] = guiCreateLabel(0.66, 0.25, 0.28, 0.37, " Skin Cost:nn 10000 $", true, ventana)

guiSetFont(GUIEditor.label[3], "default-bold-small")

guiLabelSetColor(GUIEditor.label[3], 27, 187, 227)

function abrir ( hitElement )
if getElementType(hitElement) == "player" and (hitElement == localPlayer) t...