PM Command - 4 Warning
#10

Quote:
Originally Posted by kikito
Посмотреть сообщение
ZCMD
PHP код:
COMMAND:pm(playeridparams[])
{
    new 
OtherPlayerMessage[128], Msg1[128], Msg2[128], YourName[24], OtherPlayerName[24];
    if (
APlayerData[playerid][LoggedIn] == true)
    {
        if (
sscanf(params"us[128]"OtherPlayerMessage)) SendClientMessage(playerid0xFF0000AA"Usage: \"/pm <OtherPlayer> <Message>\"");
        else
        {
            if (
IsPlayerConnected(OtherPlayer))
            {
                if (
APlayerData[playerid][Muted] == false)
                {
                    
GetPlayerName(playeridYourNamesizeof(YourName));
                    
GetPlayerName(OtherPlayerOtherPlayerNamesizeof(OtherPlayerName));
                    
format(Msg1128"{808080}PM to %s{FFFFFF}: %s"OtherPlayerNameMessage);
                    
format(Msg2128"{A0A0A0}PM by %s{FFFFFF}: %s"YourNameMessage);
                    
SendClientMessage(playerid0xFFFFFFFFMsg1);
                    
SendClientMessage(OtherPlayer0xFFFFFFFFMsg2);
                }
                else
                    
SendClientMessage(playerid0xFFFFFFFF"{FF0000}You are muted");
            }
            else
                
SendClientMessage(playerid0xFF0000FF"Player is not online");
        }
    }
    else
     return 
0;
    return 
1;

give me rep if this commnd works
Dude i need a normal command without using ZCMD
If i use ZCMD All My Commands Will Be Corrupted
Reply


Messages In This Thread
[FIXED!]PM Command - 4 Warning - by lyrics - 07.08.2011, 09:34
Re: PM Command - 4 Warning - by Wesley221 - 07.08.2011, 09:36
Re: PM Command - 4 Warning - by lyrics - 07.08.2011, 09:40
Re: PM Command - 4 Warning - by Shockey HD - 07.08.2011, 09:40
Re: PM Command - 4 Warning - by lyrics - 07.08.2011, 09:44
Re: PM Command - 4 Warning - by gold - 07.08.2011, 10:49
Re: PM Command - 4 Warning - by [HiC]TheKiller - 07.08.2011, 10:52
Re: PM Command - 4 Warning - by lyrics - 07.08.2011, 10:52
Re: PM Command - 4 Warning - by array13 - 07.08.2011, 11:15
Re: PM Command - 4 Warning - by lyrics - 07.08.2011, 11:36

Forum Jump:


Users browsing this thread: 2 Guest(s)