17.07.2012, 15:30
I add my maps into my server but they don't show up
This is how i do
This is how i do
Код:
#include <a_samp>
#if defined FILTERSCRIPT
public OnFilterScriptInit()
{
// Just a example of the way i add objects
CreateDynamicObject(987,2814.19995117,-1207.69995117,24.00000000,0.00000000,1.99951172,1.99951172); //object(elecfence_bar) (2)
return 1;
#endif

