Peršokti į turinį
  • ŽAIDIMAI
  • , ŽAIDIMAI
  • ŽAIDIMAI

Ši tema yra neaktyvi. Paskutinis pranešimas šioje temoje buvo prieš 5081 dienas (-ų). Patariame sukurti naują temą, o ne rašyti naują pranešimą.

Už neaktyvių temų prikėlimą galite sulaukti įspėjimo ir pranešimo pašalinimo!

Recommended Posts

kas gali padeti gausit +rep ? sukurti radija su command:

// This commands allows the player to send a private message to another player

COMMAND:pm(playerid, params[])

{

// Setup local variables

new OtherPlayer, Message[128], Msg1[128], Msg2[128], YourName[24], OtherPlayerName[24];

// Send the command to all admins so they can see it

SendAdminText(playerid, "/pm", params);

// Check if the player has logged in

if (APlayerData[playerid][LoggedIn] == true)

{

if (sscanf(params, "us[128]", OtherPlayer, Message)) SendClientMessage(playerid, 0xFF0000AA, "Usage: \"/pm \"");

else

{

// Check if that other player is online

if (IsPlayerConnected(OtherPlayer))

{

// Check if the player isn't muted

if (APlayerData[playerid][Muted] == false)

{

// Get both names

GetPlayerName(playerid, YourName, sizeof(YourName));

GetPlayerName(OtherPlayer, OtherPlayerName, sizeof(OtherPlayerName));

// Construct the message that is sent to yourself

format(Msg1, 128, "{808080}PM to %s{FFFFFF}: %s", OtherPlayerName, Message);

// Construct the message that is sent to the other player

format(Msg2, 128, "{A0A0A0}PM by %s{FFFFFF}: %s", YourName, Message);

// Send the messages

SendClientMessage(playerid, 0xFFFFFFFF, Msg1);

SendClientMessage(OtherPlayer, 0xFFFFFFFF, Msg2);

}

else

SendClientMessage(playerid, 0xFFFFFFFF, "{FF0000}You are still muted");

}

else

SendClientMessage(playerid, 0xFF0000FF, "Player is not online");

}

}

else

return 0;

// Let the server know that this was a valid command

return 1;

}

76561198142193514.png

Ši tema yra neaktyvi. Paskutinis pranešimas šioje temoje buvo prieš 5081 dienas (-ų). Patariame sukurti naują temą, o ne rašyti naują pranešimą.

Už neaktyvių temų prikėlimą galite sulaukti įspėjimo ir pranešimo pašalinimo!

Svečias
Ši tema yra užrakinta.
  • Šiame puslapyje naršo:   0 nariai

    • Nėra registruotų narių peržiūrinčių šį forumą.

Skelbimai


×
×
  • Sukurti naują...