SA-MP Forums Archive
Non objects are loaded - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Non objects are loaded (/showthread.php?tid=614599)



Non objects are loaded - cyberlord - 10.08.2016

Hello guys i face a problem i am trying to load my objects trough filterscript , filterscript are loaded successfully but non of the objects are loaded into game i mean nothing have changed at all . this is just a part of my loading objects list but i got none of them in game :

PHP код:
#include <a_samp>
#include <streamer>
#pragma tabsize 0
#include <iee>
 
main()
{
    print(
"\n----------------------------------");
    print(
" Blank Gamemode by your name here");
    print(
"----------------------------------\n");
}
public 
OnGameModeInit()
{
    
//-----------------------LOS santos pilicijos departamentas ----------------------------
        //pickupai
        
CreateEnterExit(-11553.779052, -1675.30004816.195312246.6695 ,65.8039 ,1003.6406262.26796, -1""); //POLICIJOS IEJIMAS
        
CreateEnterExit(-1242.7825,66.3381,1003.64061549.9958,-1675.4828,15.2119,92.77630, -1""); //POLICIJOS ISEJIMAS
        
CreateDynamicPickup(123923250.0500,67.7495,1003.6406, -1);//policijos departamente info
        
Create3DTextLabel("INFORMATIN /pinfo ",0x89FFFFFF250.0500,67.7495,1003.6406,20,0,0); // policijos departamente info
        
Create3DTextLabel("Los Santos Police Departament",0x89FFFFFF1553.779052, -1675.30004816.195312,20,0,0); // policijos departamente info
        //INTErior
        
        
CreateDynamicObject(2930,252.1000100,76.3000000,1005.3000000,0.0000000,0.0000000,0.0000000); //object(chinatgate) (3)
        //////
        
CreateDynamicObject(86741544.7998, -1617.799817.4000);
        
CreateDynamicObject(86741539.65, -1607.4717.40090);
        
CreateDynamicObject(86741539.65, -1612.617.40090);
        
CreateDynamicObject(86741602.9, -1602.3817.4000);
        
CreateDynamicObject(86741544.79, -1602.3417.4000);
        
CreateDynamicObject(86741555.09, -1602.3417.4000); 
i have streamer and iee includes


Re: Non objects are loaded - BiosMarcel - 10.08.2016

Is the plugin loaded properly?


Re: Non objects are loaded - cyberlord - 10.08.2016

Plugin was loaded properly but i have to update him to make it work