4 fast questions
#1

1. Can i get a custom cj on sa:mp with cloth and if so how
2. why cant i move my mouse to make it point other places!
3. how can i get a 3d text on top of player and how can you make command like /hide and it hides the 3d text over head
4. what is a player class? and is a class like a team or do they have a difference
thanks
Reply
#2

1. Yes, but nobody else would see it.
2. What you mean?
3. Search Wiki for Create3DTextLabel
4. A player class is the same as the Skin id.
Reply
#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
#4

Quote:
Originally Posted by Lorrden
Посмотреть сообщение
1. Yes, but nobody else would see it.
2. What you mean?
3. Search Wiki for Create3DTextLabel
4. A player class is the same as the Skin id.
2 i mean like when i try to move my mouse it doesnt move it just stays still
Reply
#5

2 = Press pause move your mouse fast, then quickly press ESC again and it should work.
Reply
#6

Quote:
Originally Posted by ElChapoGuzman
Посмотреть сообщение
2 i mean like when i try to move my mouse it doesnt move it just stays still
ahhh yea it happens to me all the time just press ESC
Reply
#7

okay thanks guys for your answers
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)