ped.setNametag: Difference between revisions

no edit summary
No edit summary
 
No edit summary
 
Line 1: Line 1:
{{ScriptItem
{{ScriptItem2
|endpoint = client
|name = setNametag
|side = client
|type = method
|type = method
|class = Ped
|class = Ped
|name = setNametag
|games = iv
|games = GTA IV
|desc = set a peds nametag
|parameters = Ped ped, String name, Int colour
|arg1 = Ped ped The ped to set the nametag for
|parameter1 = Ped ped The ped to set the nametag for
|arg2 = String name The name (text) to show on the nametag
|parameter2 = String name The name (text) to show on the nametag
|arg3 = Int colour The colour of the nametag
|parameter3 = Int colour The colour of the nametag
|return = void void
|returnTypes = void
|freturn = void
|returnInfo = void
|note = Use [[toColour|toColour]] to get a value for the colour to use here
|returnFail1 = void
|sinceSS = 1.2.0
|usage = set a peds nametag
|notes = Use [[toColour|toColour]] to get a value for the colour to use here
|since = 1.2.0
}}
}}
6,833

edits