10.09.2009, 14:11
Quote:
Originally Posted by Matthew_Murdoch
new bump()
{ return 1; } ? |
pawn Код:
public OnPlayerBumpsTopic(playerid, topicid)
{
SendClientMessage(playerid, 0xFFFFFFAA, "SERVER: Stop bumping!");
return 1;
}