[Help]Gate
#1

I saw too many topics about this problem, but no-one of them helped me :/

Can u fix this and show how u fix that, thanks.


Код:
  if (strcmp("/raceo", cmdtext, true, 10) == 0)
    {
    	if (PlayerInfo[playerid][pAdmin] >= 2)
    	{
    		MoveDynamicObject( racegate2 ,-1266.6687011719,-566.58264160156,11.663707733154, 1)//otvoreno
		}
		return 1;
	}
Код:
racegate2 = CreateDynamicObject(991,-1266.6687011719,-566.58264160156,13.313694000244,0,0,0)//zatvorena
this is code from 0.3c mode, i compiled it with 0,3d pawno and gates wont open
Reply
#2

read my reply in this topic and see if it helps

https://sampforum.blast.hk/showthread.php?tid=329355
Reply
#3

Код:
  if (strcmp("/raceo", cmdtext, true, 10) == 0)
    {
    	if (PlayerInfo[playerid][pAdmin] >= 2)
    	{
    		MoveDynamicObject( racegate2 ,-1266.6687011719,-566.58264160156,11.663707733154, 3.5000, 0.0000, 0.0000)//otvoreno
		}
		return 1;
	}
is this correct?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)