Bully-Board

Bully Modding Section => Modding Questions/Help => Modding Questions/Help Archives => Topic started by: embas10 on May 31, 2014, 06:31:15 AM

Title: Adding cross symbol for we created ped??
Post by: embas10 on May 31, 2014, 06:31:15 AM
is there anyone now how to add cross for we spawned ped ??
like in mission sometime, it's will yellow for the normal ped and sometimes it's red for enemies ped.
and how to add a yellow, and red arrow on his head ,if blue i have know how to do it.
please to reply it ok . :D
Title: Re: Adding cross symbol for we created ped??
Post by: Unknownsoldier on June 07, 2014, 11:04:42 PM
Use this code:

AddBlipForChar(PedID, 6, 3, 3)

That adds it on the minimap. You need to replace PedID to whatever the name of your ped is.