30.01.2015, 18:31
Hello, I am relatively new to scripting and I've been playing around and trying new things to get this command to work but it seems a bit buggy. Code:
This is what happens:

I want it to be Message says: SecondMessage
Код HTML:
CMD:dpm(playerid, text[])
{
new string[128];
format(string, sizeof(string), "%s says: %s", text, text);
SendClientMessage(playerid, COLOR_SAY, string);
return 1;
}

I want it to be Message says: SecondMessage

