hitman mask - 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: hitman mask (
/showthread.php?tid=122302)
hitman mask -
spider_bobi - 21.01.2010
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
Re: hitman mask -
*ToM* - 21.01.2010
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 ?
Re: hitman mask -
spider_bobi - 21.01.2010
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
Re: hitman mask -
spider_bobi - 21.01.2010
can anyone now ?
please help me
sorry for doble posting
the modify button didn't work at me
Re: hitman mask -
NitroSWA - 24.02.2010
Код:
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"