15.05.2010, 10:32
Yeah but its really really not hard.. if you got the [INC]tGate i think its called...
All you have to do is
See that is the easiest thing, anyone could do it.
All you have to do is
Код:
new GATEID; GATEID = CreateObject(BLAHBLAHBLAHBLAHBLAHBLAH); if(!strcmp(cmdtext, "/opengate", true)) { OpenGateDown(GATEID, 1); return 1; } if(!strcmp(cmdtext, "/closegate", true)) { OpenGateUp(GATEID, 1); return 1; }