[Need Help] Does Someone knows how to remove the Anticheat from Vortex? -
Stefand - 12.11.2011
Hi Users,
I have Downloaded Vortex Roleplay.
i wanna make a Public server with it but, i have a little Problem.
If i go to an pay n spray it takes 100$ from my money, but a second later i get it back.
So i did a little research and i found it was the Anticheat.
i tried to remove it but then i get to much errors with PAWNO..
Please can someone help?
(the same problem with the Speed Camera System it gives me a fine from 500 it takes it off my money and later i get it back)
Greetz, Stefan
Re: [Need Help] Does Someone knows how to remove the Anticheat from Vortex? -
CyNiC - 12.11.2011
I don't know this gamemode but this may solve:
Add this line in the OnVehicleRespray:
playerVariables[playerid][pMoney] -= 100;
This could avoid the money repair.
pawn Код:
public OnVehicleRespray(playerid, vehicleid, color1, color2) {
/* With modifications, we don't need to do this as there's already a GetVehicleComponentInSlot function.
However, this will save paint if a player who doesn't own the car is driving. */
SetPVarInt(playerid, "pC", 1);
playerVariables[playerid][pMoney] -= 100;
foreach(Player, v) {
if(GetPlayerVehicleID(playerid) == playerVariables[v][pCarID]) {
playerVariables[v][pCarColour][0] = color1;
playerVariables[v][pCarColour][1] = color2;
}
}
}
Re: [Need Help] Does Someone knows how to remove the Anticheat from Vortex? -
Stefand - 12.11.2011
i have put it in the script
but then i gives the error that we cant compile it ...
Re: [Need Help] Does Someone knows how to remove the Anticheat from Vortex? -
CyNiC - 12.11.2011
Then, your problem is to compile, can you post these errors or say what them mean?
Re: [Need Help] Does Someone knows how to remove the Anticheat from Vortex? -
Stefand - 12.11.2011
it is not only the Pay n spray bug its all the pay stuff.