[HELP]/pm and /tpm
#1

I know how to disable the /pm and /tpm!
Thank you!
Reply
#2

Yeah, you know how to disable them? Lol, maybe you've spelled it wrong?
Reply
#3



Here, have a cookie if you know how to disable it.
But in case if you spelled it wrong -> search around, there are callbacks for this in which you should return 0.
Reply
#4

/tpm is not in sa-mp by default (I think?), so just remove that from your script. As for the /pm command, use this:

pawn Код:
public OnPlayerPrivmsg(playerid, recieverid, text[])
{
    SendClientMessage(playerid, COLOR_YELLOW, "The PM function has been disabled");
    return 0;
}
Reply
#5

Quote:
Originally Posted by Vince
/tpm is not in sa-mp by default
It is.
Reply
#6

Thanks, I already knew it was well to disable /pm, but was not sure! xD
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)