4 fast questions
#3

1.Theres 2 ways you can install a mod or you can attach objects to players.
2.Explain.
3.
Код:
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;
}
4. Playerclass is either a skin or you can make special classes like a police class ect,
Reply


Messages In This Thread
4 fast questions - by ElChapoGuzman - 06.03.2011, 21:00
Re: 4 fast questions - by Lorrden - 06.03.2011, 21:02
Re: 4 fast questions - by TheYoungCapone - 06.03.2011, 21:08
Re: 4 fast questions - by ElChapoGuzman - 06.03.2011, 21:22
Re: 4 fast questions - by Hashski - 06.03.2011, 21:32
Re: 4 fast questions - by TheYoungCapone - 06.03.2011, 21:34
Re: 4 fast questions - by ElChapoGuzman - 06.03.2011, 21:35

Forum Jump:


Users browsing this thread: 1 Guest(s)