Don't understand ?
#1

I wrote a simple code here it is:
Код:
CMD:welcome(playerid, params[])
{
new string[128], msg[128], pname[MAX_PLAYER_NAME];
if(sscanf(params,"sz",msg)) return SendClientMessage(playerid, 0xCD3333, "/welcome <text>");
format(string, sizeof(string), "*%s %s", pname, msg);
SendClientMessageToAll(0xCD3333, string);
return 1;
}
And when i write the command on my server unknow command ?
Reply


Messages In This Thread
Don't understand ? - by kaloqn54 - 27.07.2013, 02:25
Respuesta: Don't understand ? - by RafaelZam - 27.07.2013, 02:49
Re: Respuesta: Don't understand ? - by Deron_Green - 27.07.2013, 03:14
Re: Don't understand ? - by ToiletDuck - 27.07.2013, 05:51

Forum Jump:


Users browsing this thread: 3 Guest(s)