Announce Cmd
#2

pawn Код:
CMD:announce(playerid,params[])
{
if (APlayerData[playerid][LoggedIn] == true)
{
if (APlayerData[playerid][PlayerLevel] >= 1)
{
if(insull(params)) return SendClientMessage(playerid,-1,"/announce text");
GameTextForAll(params,5000,3);
}
}
return 1;
}
Reply


Messages In This Thread
Announce Cmd - by Geeboi_Mehdi - 28.08.2012, 22:41
Re: Announce Cmd - by C00K13M0N$73R - 28.08.2012, 22:46
Re: Announce Cmd - by Geeboi_Mehdi - 28.08.2012, 22:52
Re: Announce Cmd - by MarinacMrcina - 28.08.2012, 22:55
Re: Announce Cmd - by Devilxz97 - 29.08.2012, 01:00
Re: Announce Cmd - by Geeboi_Mehdi - 29.08.2012, 01:03
Re: Announce Cmd - by Devilxz97 - 29.08.2012, 01:07

Forum Jump:


Users browsing this thread: 1 Guest(s)