SA-MP Forums Archive
Help Please - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Help Please (/showthread.php?tid=208277)



Help Please - Ironboy - 08.01.2011

Hello!
I made a NPC bot but its not showing the name on the top.
I want the name on the top.
Is it possible?
here is the pic..



Re: Help Please - Kwarde - 08.01.2011

ShowNameTags?


Re: Help Please - Ironboy - 08.01.2011

Yes name tag


Re: Help Please - Ironboy - 08.01.2011

now it shows like this
pawn Код:
C:\Documents and Settings\Ironboy\Desktop\Windows server\npcmodes\walking.pwn(10) : error 017: undefined symbol "ShowNameTags"
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


1 Error.



Re: Help Please - Kwarde - 08.01.2011

wtf? It just should work. Did you include <a_samp> ?
And you need to put it under OnGameModeInit.

ShowNameTags(true);