Pomoć oko /whispera

Započeo Renato_ZG_
5. Feb. 2010.
984
pregleda
3
postova
Renato_zg_
3
Hustler
5. Feb. 2010.
Pozdrav !

Moze li mi netko reci kako da napravim /whisper komandu tj imam ju, ali zelim napraviti da donatori mogu blokirati whispere.

Hvala !
Chris
5
Godfather
5. Feb. 2010.
To imas u svakom modu samo pristisni ctrl+f u pawnu i upisi /togwhisper
if(strcmp(cmd, "/togwhisper", true) == 0)
{
    if(IsPlayerConnected(playerid))
    {
        if(PlayerInfo > 1 || PlayerInfo > 1)
        {
if (!HidePM)
{
HidePM = 1;
SendClientMessage(playerid, COLOR_GRAD2, "  Whisper chat channel Disabled !");
}
else if (HidePM)
{
HidePM = 0;
SendClientMessage(playerid, COLOR_GRAD2, "  Whisper chat channel Enabled !");
}
}
else
{
    SendClientMessage(playerid, COLOR_GREY, "  Not an Admin / Premium Account User !");
            return 1;
}
}
return 1;
}


Evo ovo ti je primjer samo tu di pise if(PlayerInfo > 1 stavi broj jedan ako nije....
Renato_zg_
3
Hustler
5. Feb. 2010.
Hvala puno !!!

Morate biti prijavljeni da biste odgovorili na ovu temu.

Prijava

© 2026 SmartShark. All rights reserved.

Powered by Momentum|v2026.3.001 Alpha