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: /taxi
1. [SKRYPT] /taxi
Cytat:

function taxiCommand ( thePlayer, command )
destroyElement ( taxiOphaalBlip )
taxiOphaalBlip = createBlipAttachedTo ( thePlayer, 48, 1, 255, 0, 0, 0, 0, 99999.0, getRootElement() )
outputChatBox ("Taxi jest juz w drodze", thePlayer, 255, 255, 0, false )
outputChatBox ("Wezwales juz taxi", getRootElement(), 255, 255, 0, false )
end
addCommandHandler ( "taxi", taxiCommand )

function taxiCancelCommand ( thePlayer, command )
outputChatBox ("Taxi odwolano", thePlayer, 255, 255, 0, false )
outputChatBox ("Juz anulowales taxi", getRootElement(), 255, 255, 0, false )
destroyElement ( taxiOphaalBlip )
end
addCommandHandler ( "taxix", taxiCancelCommand )


Jezeli wpiszesz: /taxi to wezwiesz taxi i pokaze sie na mapie blip ( ikonka ) i jezeli znowu wpiszesz to cie skrypt okrzyczy xD i to samo jest z /taxix - odwolujesz taxi i usuwa sie blip