12.06.2010, 06:51
Quote:
Originally Posted by Johndaone
Anybody who wants to give me a hand? I have no idea how to do a /blockpm [playerid] and then in /pm it checks if that player blocked you.
Anybody who could give some code? Just alittle bit, then i could do the rest myself. Thanks ![]() |
if PMsBlocked[playerid] equals 1
set PMsBlocked[playerid] to 0
else if PMsBlocked[playerid] equals 0
set PMsBlocked[playerid] to 1
/pm command:
if PmsBlocked[targetid] equals 1 send a message saying "that player is blocking pms"
otherwise, continue the pm