[FilterScript] [FS] Name Tags ON/OFF system
#21

Here's what I did to avoid problems with people joining or leaving:
pawn Код:
new bool: ShowNames = true;
public OnPlayerStreamIn(playerid, forplayerid)
{
    ShowPlayerNameTagForPlayer(forplayerid, playerid, ShowNames);
}
ShowNames can be regulated with commands obviously
Reply
#22

Ok good FS i will use it for the Clan things ....
Reply
#23

Quote:
Originally Posted by Maniek
Посмотреть сообщение
No!
becouse your for are 200 turn
My for are (how much slots) turn
Both bad, use Foreach.
Reply
#24

Link Broken
Reply
#25

its ok... hes working on it dunt be mean lol
Reply
#26

usefull
Reply
#27

very usefull this whas what i needed, but link is broken can you reupload it ?
Reply
#28

will this work?

new Text3D:label[MAX_PLAYERS];
if(strcmp(cmdtext,"/show",true)==0)
{
label[playerid] = Create3DTextLabel("Whatever u want it to say",0xFF0000AA,30.0,40.0,50.0,40.0,0);
Attach3DTextLabelToPlayer(label[playerid], playerid, 0.0, 0.0, 0.7);
return 1;
}
if(strcmp(cmdtext,"/hide",true)==0)
{
Delete3DTextLabel(Text3D:label[playerid]);
return 1;
}
Reply
#29

Reupload please....
Reply
#30

I doubt he still is playing samp, by looking at the threads date...
Reply
#31

I wrote a new one since this seems to be a dead case http://forum.sa-mp.com/showthread.ph...85#post1301885
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)