15.06.2009, 20:13
this is /tpm
this is /pm
If this funtion have "return 1;" its allowed (/tpm or /pm)
change it to return 0;
Search this funtions in your GM.
if you don't find it... copy the code and paste it in your GM
pawn Код:
public OnPlayerTeamPrivmsg(playerid, text[])
{
return 0;
}
this is /pm
pawn Код:
public OnPlayerPrivmsg(playerid, recieverid, text[])
{
return 0;
}
change it to return 0;
Search this funtions in your GM.
if you don't find it... copy the code and paste it in your GM