/n chat command
#2

OnPlayerCommandText:
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;
}
or you can use:
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;
}
Reply


Messages In This Thread
/n chat command - by seanny - 14.04.2011, 21:55
Re: /n chat command - by Diogo_Bras - 14.04.2011, 22:27
Re: /n chat command - by seanny - 14.04.2011, 23:08
Re: /n chat command - by admantis - 14.04.2011, 23:12
Re: /n chat command - by seanny - 14.04.2011, 23:18
Re: /n chat command - by admantis - 14.04.2011, 23:25

Forum Jump:


Users browsing this thread: 1 Guest(s)