14.04.2011, 22:27
OnPlayerCommandText:
or you can use:
pawn Код:
if(!strcmp(cmdtext, "/help", true))
{
SendClientMessage(playerid, /*Color*/, "Script by: Your name!");
SendClientMessage(playerid, /*Color*/, "for more information? Msn: XxX@hotmail.com");
return 0x1;
}
pawn Код:
fcmd(ajuda, playerid)
{
SendClientMessage(playerid, /*Color*/, "Script by: Your name!");
SendClientMessage(playerid, /*Color*/, "for more information? Msn: XxX@hotmail.com");
return true; //Or return 0x1; or return 1;
}