SA-MP Forums Archive
How to fix Rotzm? - 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: How to fix Rotzm? (/showthread.php?tid=342283)



How to fix Rotzm? - Evation - 13.05.2012

anyone know how to fix rotzm?

please help.


Re: How to fix Rotzm? - Evation - 13.05.2012

bump


Re: How to fix Rotzm? - Niko_boy - 13.05.2012

what is that , brief a bit


Re: How to fix Rotzm? - Evation - 13.05.2012

when i add a gate to my server, it doesn't close straight it turns and goes all weird.


Re: How to fix Rotzm? - Mauzen - 13.05.2012

Not everyone is using the same includes. At least say what include or filterscript you use for the gates.


Re: How to fix Rotzm? - Evation - 13.05.2012

ill send code.


Re: How to fix Rotzm? - Evation - 13.05.2012

Quote:

enum gInfo
{
gGATE,
gHID,
gSpeed,
gRange,
gModel,
gVW,
gInt,
Float:gPosX,
Float:gPosY,
Float:gPosZ,
Float:gRotX,
Float:gRotY,
Float:gRotZ,
Float:gPosXM,
Float:gPosYM,
Float:gPosZM,
Float:gRotXM,
Float:gRotYM,
Float:gRotZM,
gStatus,
gPass[24],
gRenderHQ,
};
new GateInfo[MAX_GATES][gInfo];


LoadGates() {
if(!fexist("gates.cfg")) return 1;

new
szFileStr[512],
File: fHandle = fopen("gates.cfg", io_read);

for(new iArrayIndex; iArrayIndex < sizeof(GateInfo); ++iArrayIndex) {

fread(fHandle, szFileStr);

sscanf(szFileStr, "p<|>dddddds[24]ffffffffffffd",
GateInfo[iArrayIndex][gHID],
GateInfo[iArrayIndex][gSpeed],
GateInfo[iArrayIndex][gRange],
GateInfo[iArrayIndex][gModel],
GateInfo[iArrayIndex][gVW],
GateInfo[iArrayIndex][gInt],
GateInfo[iArrayIndex][gPass],
GateInfo[iArrayIndex][gPosX],
GateInfo[iArrayIndex][gPosY],
GateInfo[iArrayIndex][gPosZ],
GateInfo[iArrayIndex][gRotX],
GateInfo[iArrayIndex][gRotY],
GateInfo[iArrayIndex][gRotZ],
GateInfo[iArrayIndex][gPosXM],
GateInfo[iArrayIndex][gPosYM],
GateInfo[iArrayIndex][gPosZM],
GateInfo[iArrayIndex][gRotXM],
GateInfo[iArrayIndex][gRotYM],
GateInfo[iArrayIndex][gRotZM],
GateInfo[iArrayIndex][gRenderHQ]
);
CreateGate(iArrayIndex);
}
return fclose(fHandle);
}

Thats the code, without commands.


Re: How to fix Rotzm? - Evation - 14.05.2012

anyone?


Re: How to fix Rotzm? - DamienWalter - 15.05.2012

try to Recompile your GM with the latest Streamer



Need Help?? PM ME