26.06.2013, 10:11
Return 0 in OnPlayerCommandText
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
dcmd(getv, 4, cmdtext);
return 0;
}