13.06.2015, 18:20
CMD:lol(playerid, params[])
{
format(astring,sizeof(astring),"%s [%d] typed: /lol",pName,playerid);
SendAdminMessage(GREY,astring);
return 1;
}
Example if you defined pname
But if you didnt
CMD:lol(playerid, params[])
{
SendClientMessage(playerid, Color ,"You Typed /lol");
return 1;
}
{
format(astring,sizeof(astring),"%s [%d] typed: /lol",pName,playerid);
SendAdminMessage(GREY,astring);
return 1;
}
Example if you defined pname
But if you didnt
CMD:lol(playerid, params[])
{
SendClientMessage(playerid, Color ,"You Typed /lol");
return 1;
}