29.03.2012, 16:53
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.
this is code from 0.3c mode, i compiled it with 0,3d pawno and gates wont open
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

