Help with ShowNameTags!
#1

Hi all,

I've been running Raven's RP for a while, and i wanted to remove all the usernames, so its more rp.
I've been looking for
Код:
ShowNameTags(playerid, i, true);
in the script, but i can't find it.. So i tried adding
Код:
ShowNameTags(playerid, i, false);
. But it says its already defined, However, I can't seem to find it.
Some help would be nice.

Thanks in advance.
Reply
#2

I honestly can't script, So i have no clue what you just said, So if you could specify it more easily it would be nice! Or do you mean it has to go in an command EG /shownames and then with the function.
Thanks in advance.
Reply
#3

Bump.
Reply
#4

Press CTRL+F, type ShowNameTags and press Enter.
Reply
#5

write it into the "OnGameModeInit" callback
Reply
#6

Quote:
Originally Posted by Mike Garber
Посмотреть сообщение
Press CTRL+F, type ShowNameTags and press Enter.
But it says its already defined, However, I can't seem to find it.

Quote:
Originally Posted by Sascha
Посмотреть сообщение
write it into the "OnGameModeInit" callback
Tried it, I'm getting:
D:\Program Files\GTA San Andreas\gamemodes\larp.pwn(21867) : error 017: undefined symbol "playerid"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.
Reply
#7

for(new playerid = 0; playerid < MAX_PLAYERS; playerid++)
{
the code...
}
Reply
#8

Says its defined with this:
Код:
	SetPDistance(10);
	AllowInteriorWeapons(1);
	AllowAdminTeleport(0);
	//ShowPlayerMarkers(false);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)