Stuck with /me
#3

Quote:
Originally Posted by .:Kaos:.
Посмотреть сообщение
I think I see the problem, you are saving the players name as "str" and also trying to use "str" as a message. Try replacing
Код:
format(str, sizeof(str)
with
Код:
format(string, sizeof(string)
You are trying to send the message "string" but in the format it was "str". Hope this helps.
Sadly not, I just had to change string to str HOWEVER another problem accrued which is this



When ever i do /me andsometesxt in here it only shows my Master Account name not CHARACTER name so the /me have problem getting the character name from the script which is

pawn Код:
RemovePlayerUnderscoreString(Character[playerid][cName])
So this gotta get somewhere into /me command to get the name of the character and show the text

EDIT: even if I do /me it does it...
Reply


Messages In This Thread
Stuck with /me - by iNorton - 23.10.2011, 15:38
Re: Stuck with /me - by .:Kaos:. - 23.10.2011, 15:44
Re: Stuck with /me - by iNorton - 23.10.2011, 15:50
Re: Stuck with /me - by JaTochNietDan - 23.10.2011, 16:01
Re: Stuck with /me - by iNorton - 23.10.2011, 16:03
Re: Stuck with /me - by JaTochNietDan - 23.10.2011, 16:07
Re: Stuck with /me - by iNorton - 23.10.2011, 16:08
Re: Stuck with /me - by .:Kaos:. - 23.10.2011, 16:11
Re: Stuck with /me - by iNorton - 23.10.2011, 16:12

Forum Jump:


Users browsing this thread: 3 Guest(s)