10.12.2012, 18:11
Well the problem is quite simple.
First of all, you need to put
on the very top - it has to be the first include.
Second of all, you need to add the initialization of the filterscript, but adding this above OnPlayerCommandText:
First of all, you need to put
pawn Код:
#include <a_samp>
Second of all, you need to add the initialization of the filterscript, but adding this above OnPlayerCommandText:
pawn Код:
public OnFilterScriptInit()
{
return 1;
}