11.11.2009, 18:27
How can I make that a name is above the NPC. The name I've added in ConnectNPC.
Is it with 3D Text or something? How works that?
Please help me!
pawn Код:
//SPAWN//
if(IsPlayerNPC(playerid))
{
new npcname[MAX_PLAYER_NAME]
GetPlayerName(playerid, npcname, sizeof(npcname));
Please help me!