Whats wrong in command ?
#9

Quote:
Originally Posted by Smally
Посмотреть сообщение
Can you post your "CreateRoadblock" Function please? As it's more than likely something to do with that.
Here is the Function -
Код:
stock CreateRoadblock(Object,Float:x,Float:y,Float:z,Float:Angle)
{
    for(new i = 0; i < sizeof(Roadblocks); i++)
  	{
  	    if(Roadblocks[i][sCreated] == 0)
  	    {
            Roadblocks[i][sCreated] = 1;
            Roadblocks[i][sX] = x;
            Roadblocks[i][sY] = y;
            Roadblocks[i][sZ] = z-0.7;
            Roadblocks[i][sObject] = CreateDynamicObject(Object, x, y, z-0.9, 0, 0, Angle);
	        return 1;
  	    }
  	}
  	return 0;
}
Reply


Messages In This Thread
Whats wrong in command ? - by Adarsh007 - 10.12.2014, 11:56
Re: Whats wrong in command ? - by Schneider - 10.12.2014, 12:39
Re: Whats wrong in command ? - by Adarsh007 - 11.12.2014, 04:13
Re: Whats wrong in command ? - by Divergent - 11.12.2014, 04:19
Re: Whats wrong in command ? - by Accent - 11.12.2014, 05:37
Re: Whats wrong in command ? - by Adarsh007 - 11.12.2014, 06:07
Re: Whats wrong in command ? - by Adarsh007 - 11.12.2014, 09:30
Re: Whats wrong in command ? - by Smally - 11.12.2014, 09:45
Re: Whats wrong in command ? - by Adarsh007 - 12.12.2014, 05:12

Forum Jump:


Users browsing this thread: 1 Guest(s)