Good Jailcommand and another question!
#7

RCON Admin command
pawn Код:
if(strcmp(cmdtext,"/helpmsg",true) == 0)
{
       if(!IsPlayerAdmin(playerid)) return 0;
       SendClientMessageToAll(-1,"-- Server by samtey --");
       SendClientMessageToAll(-1,"Type /help for list of commands !");
       // etc etc...
       return 1;
}
when user connects..
pawn Код:
public OnPlayerConnect(playerid)
{
       SendClientMessage(playerid,-1,"-- Server by samtey --");
       SendClientMessage(playerid,-1,"Type /help for list of commands !");
       // etc etc...
       return 1;
}
Reply


Messages In This Thread
Good Jailcommand and another question! - by samtey - 30.07.2011, 21:37
Re: Good Jailcommand and another question! - by robanswe - 30.07.2011, 21:40
AW: Good Jailcommand and another question! - by samtey - 30.07.2011, 21:43
Re: AW: Good Jailcommand and another question! - by robanswe - 30.07.2011, 21:45
AW: Good Jailcommand and another question! - by samtey - 30.07.2011, 21:45
Re: AW: Good Jailcommand and another question! - by robanswe - 30.07.2011, 21:47
Re: Good Jailcommand and another question! - by CmZxC - 30.07.2011, 21:47
AW: Good Jailcommand and another question! - by Forbidden - 30.07.2011, 21:49
Re: AW: Good Jailcommand and another question! - by CmZxC - 30.07.2011, 21:52
AW: Good Jailcommand and another question! - by samtey - 30.07.2011, 21:56

Forum Jump:


Users browsing this thread: 1 Guest(s)