Non objects are loaded
#1

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
Reply
#2

Is the plugin loaded properly?
Reply
#3

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


Forum Jump:


Users browsing this thread: 1 Guest(s)