hitman mask
#1

Hi
i dont know how to create a comand like /mask to hitman
on the GM is the color invisible
but is not invisible
is white in game
please help me
Reply
#2

You mean a command so when a player types /mask or something it hides his name ? Like no-one can see his name ?
or you just want to set his name color ?
Reply
#3

So I want to be like this: When a Hitman write / mask his name will make invisible.
But just the hitman can only use / mask
Reply
#4

can anyone now ?
please help me
sorry for doble posting
the modify button didn't work at me
Reply
#5

Код:
	if(strcmp(cmd, "/mask", true) == 0)
	{
       if ([your stuff that checks it is hitman])
        {
        ShowPlayerNameTagForPlayer(i, playerid, 0);
        }
        return 1;
    }
only works when u defined "i"
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)