15.02.2013, 01:08
Hello fellow SA:MPers! I am having a bit of a problem.
First off, this is just a small problem but some people can't chat on my SA:MP server, it just won't work no matter what. They type it, and I can see it but thats it. It is hosted by vortex. It just doesn't show up in the chat.
The REAL problem:
I recently imported a newbie chat using ZCMD
It should come up like
"Niall_Horan: How can I start a car?"
"Colter_Pennington: /v > and select engine on the dialog"
But instead it says
":How can I start a car?"
": /v > and select engine on the dialog"
If anyone could help me, and fix this up, I would REP+ you.
-Jason
First off, this is just a small problem but some people can't chat on my SA:MP server, it just won't work no matter what. They type it, and I can see it but thats it. It is hosted by vortex. It just doesn't show up in the chat.
The REAL problem:
I recently imported a newbie chat using ZCMD
Код:
CMD:n(playerid, params[]) { new string[128]; if(sscanf(params, "s[128]", params)) return SendClientMessage(playerid, LIGHTBLUE, "Usage: /n(ewbie) [Text]"); format(string, sizeof(string), "(The name doesn't work): %s", params); SendClientMessageToAll(COLOR_BLUE, string); return 1; }
"Niall_Horan: How can I start a car?"
"Colter_Pennington: /v > and select engine on the dialog"
But instead it says
":How can I start a car?"
": /v > and select engine on the dialog"
If anyone could help me, and fix this up, I would REP+ you.
-Jason