help , CreateDynamicObject -
morocco - 12.06.2013
i add a new map with CreateDynamicObject
and i get this problem
With MAP samp editor
In my server
include (s)
pawn Код:
#include <a_samp>
#include <a_sampdb>
#include <a_http>
#include <a_players>
#include <time>
#include <dini>
#include <utils>
#include "../include/djson.inc"
#include <yom_buttons>
#include <streamer>
#include <Load>
#include <SII>
#include <fire>
#include <foreach>
Re: help , CreateDynamicObject -
RALL0 - 12.06.2013
Make sure you didn't put some objects into a virtual world
Re : Re: help , CreateDynamicObject -
morocco - 12.06.2013
Quote:
Originally Posted by RALL0
Make sure you didn't put some objects into a virtual world
|
No No
all like this
pawn Код:
CreateDynamicObject(19458,1435.3570557,-1456.1259766,107.5059967,0.0163574,270.7497559,0.7498779);
Re: help , CreateDynamicObject -
Goldilox - 12.06.2013
Did you go high up in sky and crossed a brown and black layer?
Re : Re: help , CreateDynamicObject -
morocco - 12.06.2013
Quote:
Originally Posted by Goldilox
Did you go high up in sky and crossed a brown and black layer?
|
i test thi map on gm too and working , but in my server no work
PS: gm i dowloand like my gm ( server )
Re: help , CreateDynamicObject -
Johanson24 - 12.06.2013
When you map you should go a lot higher to where you can see other interiors. You can try creating the object in a different interior ID. Not saying it will work, just a suggestion.
Re: help , CreateDynamicObject -
Goldilox - 12.06.2013
The easy way to go up is to goto the locations and click any of the interior and get out of the interior and that's where you make your own interior.
Re : Re: help , CreateDynamicObject -
morocco - 12.06.2013
Quote:
Originally Posted by Johanson24
When you map you should go a lot higher to where you can see other interiors. You can try creating the object in a different interior ID. Not saying it will work, just a suggestion.
|
Quote:
Originally Posted by Goldilox
The easy way to go up is to goto the locations and click any of the interior and get out of the interior and that's where you make your own interior.
|
guys i don't think this
on normal GM ( SA-MP server )
Re : help , CreateDynamicObject -
morocco - 12.06.2013
hey please help me !!
i need help
Re: help , CreateDynamicObject -
San1 - 12.06.2013
Convert all ur CreateObject codes to CreateDynamicObject using
convertffs.com
Re : Re: help , CreateDynamicObject -
morocco - 12.06.2013
Quote:
Originally Posted by San1
Convert all ur CreateObject codes to CreateDynamicObject using convertffs.com
|
?? i have this map with CreateDynamicObject
Re: help , CreateDynamicObject -
Affan - 12.06.2013
You can try change your time to night. Like /time 0 0. Just try. Or idk.
Re : Re: help , CreateDynamicObject -
morocco - 12.06.2013
Quote:
Originally Posted by Affan
You can try change your time to night. Like /time 0 0. Just try. Or idk.
|
LOL , please don't say anything , i need fix it !!
Re: Re : Re: help , CreateDynamicObject -
Cameltoe - 12.06.2013
Quote:
Originally Posted by morocco
LOL , please don't say anything , i need fix it !!
|
Do you have some CreateObjects in your gamemode as well?
Re : Re: Re : Re: help , CreateDynamicObject -
morocco - 12.06.2013
Quote:
Originally Posted by Cameltoe
Do you have some CreateObjects in your gamemode as well?
|
Yehh
Re: Re : Re: Re : Re: help , CreateDynamicObject -
Cameltoe - 12.06.2013
Quote:
Originally Posted by morocco
Yehh 
|
Just comment them out with -> (Start quote/comment) /* CreateObject */ <- (End quote/comment). And see if that makes a difference?