SA-MP Forums Archive
Lol /open. - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Lol /open. (/showthread.php?tid=349504)



Lol /open. - Gangster-rocks - 09.06.2012

when i do /open the gate open like this :

This is how i made it
pawn Код:
new gate1; //on top
gate1 = CreateObject(980, 1811.45, -1890.62, 14.81,   0.00, 0.00, 273.33);//and this OnGameModeInit()
and this on cmds section    if (strcmp("/open", cmdtext, true, 10) == 0)
    {    MoveObject(gate1,1811.45, -1890.62, 14.81,   0.00, 0.00, 273.330,0);
       // player dead
       return 1;
    }
what is wrong guys