Re: [FS] Name Tags ON/OFF system -
Lenny the Cup - 20.02.2011
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
Re : [FS] Name Tags ON/OFF system -
[WTF]Godfather - 20.02.2011
Ok good FS i will use it for the Clan things ....
Re: [FS] Name Tags ON/OFF system -
Marricio - 20.02.2011
Quote:
Originally Posted by Maniek
No!
becouse your for are 200 turn
My for are (how much slots) turn
|
Both bad, use Foreach.
Re: [FS] Name Tags ON/OFF system -
Mr.Black - 19.03.2011
Link Broken
Re: [FS] Name Tags ON/OFF system -
Mark_Shade - 19.03.2011
its ok... hes working on it dunt be mean lol
Re: [FS] Name Tags ON/OFF system -
ricardo178 - 19.03.2011
usefull
Re: [FS] Name Tags ON/OFF system -
Dutchmen0031 - 19.03.2011
very usefull this whas what i needed, but link is broken can you reupload it ?
Re: [FS] Name Tags ON/OFF system -
ElChapoGuzman - 26.03.2011
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;
}
Re: [FS] Name Tags ON/OFF system -
Horrible - 17.07.2011
Reupload please....
Re: [FS] Name Tags ON/OFF system -
Lorenc_ - 17.07.2011
I doubt he still is playing samp, by looking at the threads date...
Re: [FS] Name Tags ON/OFF system -
Lenny the Cup - 20.07.2011
I wrote a new one since this seems to be a dead case
http://forum.sa-mp.com/showthread.ph...85#post1301885