Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //New
- new PMBlokiran[MAX_PLAYERS];
- /////ONPlayerConn
- PMBlokiran{playerid} = 0;
- //CMD
- CMD:blockpm (playerid, params[])
- {
- if(Pl[playerid][pAdmin] < 1337 && Pl[playerid][pDonator] < 1) return SendClientMessage(playerid,-1,"CHDM | Niste Ovlasteni!");
- if (!PMBlokiran{playerid})
- {
- PMBlokiran{playerid} = 1;
- SendClientMessage(playerid, -1, "CHDM | Blokirali ste primanje PMa!");
- }
- else if (PMBlokiran{playerid})
- {
- PMBlokiran{playerid} = 0;
- SendClientMessage(playerid, -1, "CHDM | Ukljucili ste primanje PMa!");
- }
- return 1;
- }
- ////Dodaj ovo na cmd /pm.. i donator sistem stavi enum i spremanje ako nema vec..
- if(PMBlokiran{dodaj} > 0) return SendClientMessage (playerid, -1,"CHDM | Ova osoba je trenutno blokirala primanje privatnih poruka!!");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement