22.01.2014, 17:07
maybe there is filterscript who stucks the server objects , i mean that stock dosent let the server to move anyobject from the original place , but i was having this problem along time ago , and i just created an fitlerscript , Define Your remove object , and on player connect (in filterscript)
PHP код:
public OnPlayerConnect(playerid)
{
"your define i said before "(playerid); //without " "
return 1;
}

