Can someone help with this please
#7

Try this
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if(!strcmp(cmdtext, "/cmds", true))
    {
        SendClientMessage(playerid, lightgreen, "Server Commands: /anims, /stopanim, /placefw, /launchfw, /votekick, /vehiclemenu, /sellhouse, /trunk, /park, /sellcar ");
        SendClientMessage(playerid, lightgreen, "/bank, /banktele, /cage, /neon, /startrace (rcon only), /lshospital, /lsairport, /lspd, /lvbikejump, /lvpyramid, /lvsniperspot, /lvcrane");
        SendClientMessage(playerid, lightgreen, "/stoprace (rcon only), /exitrace, /joinrace, /buildrace (rcon only) /setplate, /findcar, /lock, /sellcarto, /housemenu, /afk, /back");
        SendClientMessage(playerid, lightgreen, "/healme, /armour, /createhouse (Rcononly)");
        return 1;
    }
    if(strcmp(cmdtext, "/rules", true))
    {
        SendClientMessage(playerid, orange, "NO DEATH-MATCHING! Respect other players. Be nice to admins (We don't have to let you play ;D)");
        SendClientMessage(playerid, orange, "Please don't swear excessively. Cheats ARE allowed, but in moderation. Have Fun!!!");
        return 1;
    }
    return 0;
}
Reply


Messages In This Thread
Can someone help with this please - by rabexann - 26.06.2012, 18:19
Re: Can someone help with this please - by Kasszz - 26.06.2012, 18:24
Re: Can someone help with this please - by rabexann - 26.06.2012, 18:25
Re: Can someone help with this please - by vital2k - 26.06.2012, 18:26
Re: Can someone help with this please - by tyler12 - 26.06.2012, 18:26
Re: Can someone help with this please - by rabexann - 26.06.2012, 18:40
Re: Can someone help with this please - by newbienoob - 26.06.2012, 18:46
Re: Can someone help with this please - by rabexann - 26.06.2012, 18:50
Re: Can someone help with this please - by newbienoob - 26.06.2012, 18:55
Re: Can someone help with this please - by rabexann - 26.06.2012, 19:07

Forum Jump:


Users browsing this thread: 1 Guest(s)