28.09.2010, 13:07
(
Последний раз редактировалось <Weponz>; 28.09.2010 в 13:23.
)
replace
with
and change the order like this up top
Код:
public OnFilterScriptInit()
{
// On top of your screen
Код:
public OnFilterScriptInit()
{
return 1;
}
public OnFilterScriptExit()
{
return 1;
}
Код:
#include <a_samp> #define FILTERSCRIPT

