LARP fix: RemoveUnderScore help pleasee
#1

So, basicaly at that gamemode it shows _ on the names when you do /do, /me, or talk.

So I have few questions, and I will be really glad if you will responde to all of them.

I started using that stock: http://pastebin.com/iFsfXfSY

1. How do I do that when you talk, it won't show _
2. on that part: http://pastebin.com/g5YW8KKU I have a problem, can anyone please show me how to use it along with the RemoveUnderScore?
3. Is there any simply way to fix all of them? currently all of the commands which uses the name shows _ by sendername, I usually replace sendername with RemoveUnderScore.


-Thanks for who's helping, and please responde these three answers and not only one.
Reply
#2

using that stock
i will show u an example with 1 of your methods of getting their name

with the stock
pawn Код:
new sendername[MAX_PLAYER_NAME];
sendername[i] = RemoveUnderScore(i);
withought the stock(the method that is in the postbin)
pawn Код:
new sendername[MAX_PLAYER_NAME];
GetPlayerName(i, sendername, sizeof(sendername));
Reply
#3

A friend helped me eventually,
used that one: new sendername[MAX_PLAYER_NAME];
sendername = RemoveUnderScore(i);

thank you anyways mate
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)