29.12.2016, 10:32
and you forgot a_samp include
PHP код:
#include <a_samp>
#include <streamer>
public OnFilterScriptInit()
{
CreateObject(3279, 236.35368, 1894.04663, 16.82031, 356.85840, 0.00000, 3.14159);
CreateObject(3279, 266.08273, 1831.06982, 16.82031, 356.85840, 0.00000, 3.14159);
CreateObject(713, -2539.59644, 1296.70972, 15.47656, 0.00000, 0.00000, 0.00000);
CreateObject(16294, 17.46014, 1756.77283, 21.61719, 356.85840, 0.00000, 3.14159);
CreateObject(3277, 17.26112, 1754.64014, 22.37500, 356.85840, 0.00000, 3.14159);
CreateObject(3267, 17.06108, 1754.70557, 22.41406, 356.85840, 0.00000, 3.14159);
CreateObject(1232, -1483.11768, 824.52734, 9.06470, 356.85840, 0.00000, 3.14160);
return 1;
}