Taking '_' out of RP names.
#1

I was just wondering what's the method for taking the _'s out of roleplay names. So instead of it saying: Jason_Carlos says... It'll say Jason Carlos says.

Thanks in advance.
Reply
#2

http://forum.sa-mp.com/index.php?top...3637#msg873637

i hope it helped =)
Reply
#3

pawn Код:
new
    pName[20] = "Jason_Carlos"
;
pName[strfind(pName, "_", true)] = ' ';
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)