Wiki

Clone wiki

EFLC-MP LUA / drawInfoText

Description

Displays an information text for the player

Parameters

Int playerId, String text, Int duration
Int playerId

String text: GTA valid text. Learn how to format it here (http://psx-scene.com/forums/f312/customize-strings-colors-blips-other-things-107029/a)

Int duration: duration in ms

Return values


Example

drawInfoText(playerid, "~r~Red~n~~b~Blue", 5000)

Updated