SA-MP Forums Archive
How to remove ANTICHEAT from PPC_Trucking? - 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 remove ANTICHEAT from PPC_Trucking? (/showthread.php?tid=459429)



How to remove ANTICHEAT from PPC_Trucking? - [FoR]EveR - 22.08.2013

Hello guys! Can anyone help me? i want remove anticheat from PPC_Trucking bc i use ladmin and when try to give weapon/cash/score GM remove them can anyone help me? Thanks.

Oh i forget if anyone can help me to remove house system to. Thanks to much

+1 REP for this who help


Re: How to remove ANTICHEAT from PPC_Trucking? - PrinceKumar - 22.08.2013

In includes you can see many types of includes where u can also find for house ppc and from where u can remove anticheats start with name ppc s , but i forget full name of this include in this include u can find for anticheats , n remove it from there and u will see that ur problem get solved.


Re: How to remove ANTICHEAT from PPC_Trucking? - Beckett - 22.08.2013

Press CTRL + F and then write anything that's related to the anticheat.


Re: How to remove ANTICHEAT from PPC_Trucking? - [FoR]EveR - 22.08.2013

anyone of you guys got skype? i am bad with scripting :P

Код:
// Remove the money from the player
		RewardPlayer(playerid, -UnclampPrice, 0);
maybe?


Re: How to remove ANTICHEAT from PPC_Trucking? - PrinceKumar - 22.08.2013

It will remove rewarded money do not touch it if you don't want that player do not get rewarded money btw i recognized it is ppc_speedometer include in which u can see codes for anticheats just open it and find for anticheats , n delete ur code lines carefully otherwise script will be bugged.


Re: How to remove ANTICHEAT from PPC_Trucking? - [FoR]EveR - 22.08.2013

Quote:
Originally Posted by PrinceKumar
Посмотреть сообщение
It will remove rewarded money do not touch it if you don't want that player do not get rewarded money btw i recognized it is ppc_speedometer include in which u can see codes for anticheats just open it and find for anticheats , n delete ur code lines carefully otherwise script will be bugged.
Okay, then i will not remove my anticheat, bt how to remove house system then? thats to hard...


Re: How to remove ANTICHEAT from PPC_Trucking? - PrinceKumar - 23.08.2013

First open ur ppc_house include n read it if its only have house system then remove #inclde <ppc house from your gm and see which errors comes then fix these errors and play..


Re: How to remove ANTICHEAT from PPC_Trucking? - [FoR]EveR - 23.08.2013

Код:
C:\Documents and Settings\dd\Desktop\truck server\PPC_Trucking6\pawno\include\PPC_GameModeInit.inc(62) : error 017: undefined symbol "House_UpdateEntrance"
C:\Documents and Settings\dd\Desktop\truck server\PPC_Trucking6\pawno\include\PPC_FileOperations.inc(298) : error 017: undefined symbol "House_CreateEntrance"
C:\Documents and Settings\dd\Desktop\truck server\PPC_Trucking6\pawno\include\PPC_FileOperations.inc(442) : error 017: undefined symbol "House_AddVehicle"
C:\Documents and Settings\dd\Desktop\truck server\PPC_Trucking6\pawno\include\PPC_FileOperations.inc(422) : warning 204: symbol is assigned a value that is never used: "crot"
C:\Documents and Settings\dd\Desktop\truck server\PPC_Trucking6\pawno\include\PPC_FileOperations.inc(420) : warning 204: symbol is assigned a value that is never used: "cz"
C:\Documents and Settings\dd\Desktop\truck server\PPC_Trucking6\pawno\include\PPC_FileOperations.inc(418) : warning 204: symbol is assigned a value that is never used: "cy"
C:\Documents and Settings\dd\Desktop\truck server\PPC_Trucking6\pawno\include\PPC_FileOperations.inc(416) : warning 204: symbol is assigned a value that is never used: "cx"
C:\Documents and Settings\dd\Desktop\truck server\PPC_Trucking6\pawno\include\PPC_FileOperations.inc(376) : warning 204: symbol is assigned a value that is never used: "cModel"
C:\Documents and Settings\dd\Desktop\truck server\PPC_Trucking6\pawno\include\PPC_Dialogs.inc(1181) : error 017: undefined symbol "House_PlayerIsOwner"
C:\Documents and Settings\dd\Desktop\truck server\PPC_Trucking6\pawno\include\PPC_Dialogs.inc(1192) : error 017: undefined symbol "House_PlayerIsOwner"
C:\Documents and Settings\dd\Desktop\truck server\PPC_Trucking6\pawno\include\PPC_Dialogs.inc(1221) : error 017: undefined symbol "House_PlayerIsOwner"
C:\Documents and Settings\dd\Desktop\truck server\PPC_Trucking6\pawno\include\PPC_Dialogs.inc(1224) : error 017: undefined symbol "House_GetFreeCarSlot"
C:\Documents and Settings\dd\Desktop\truck server\PPC_Trucking6\pawno\include\PPC_Dialogs.inc(1256) : error 017: undefined symbol "House_PlayerIsOwner"
C:\Documents and Settings\dd\Desktop\truck server\PPC_Trucking6\pawno\include\PPC_Dialogs.inc(1282) : error 017: undefined symbol "House_PlayerIsOwner"
C:\Documents and Settings\dd\Desktop\truck server\PPC_Trucking6\pawno\include\PPC_Dialogs.inc(1320) : error 017: undefined symbol "House_PlayerIsOwner"
C:\Documents and Settings\dd\Desktop\truck server\PPC_Trucking6\pawno\include\PPC_Dialogs.inc(1333) : error 017: undefined symbol "House_CalcSellPrice"
C:\Documents and Settings\dd\Desktop\truck server\PPC_Trucking6\pawno\include\PPC_Dialogs.inc(1345) : error 017: undefined symbol "House_PlayerIsOwner"
C:\Documents and Settings\dd\Desktop\truck server\PPC_Trucking6\pawno\include\PPC_Dialogs.inc(1358) : error 017: undefined symbol "House_PlayerIsOwner"
C:\Documents and Settings\dd\Desktop\truck server\PPC_Trucking6\pawno\include\PPC_Dialogs.inc(1370) : error 017: undefined symbol "House_Exit"
C:\Documents and Settings\dd\Desktop\truck server\PPC_Trucking6\pawno\include\PPC_Dialogs.inc(1409) : error 017: undefined symbol "House_UpdateEntrance"
C:\Documents and Settings\dd\Desktop\truck server\PPC_Trucking6\pawno\include\PPC_Dialogs.inc(1456) : error 017: undefined symbol "House_UpdateEntrance"
C:\Documents and Settings\dd\Desktop\truck server\PPC_Trucking6\pawno\include\PPC_Dialogs.inc(1550) : error 017: undefined symbol "House_AddVehicle"
C:\Documents and Settings\dd\Desktop\truck server\PPC_Trucking6\pawno\include\PPC_Dialogs.inc(1534) : warning 204: symbol is assigned a value that is never used: "HouseID"
C:\Documents and Settings\dd\Desktop\truck server\PPC_Trucking6\pawno\include\PPC_Dialogs.inc(1630) : error 017: undefined symbol "House_CalcSellPrice"
C:\Documents and Settings\dd\Desktop\truck server\PPC_Trucking6\pawno\include\PPC_Dialogs.inc(1647) : error 017: undefined symbol "House_UpdateEntrance"
C:\Documents and Settings\dd\Desktop\truck server\PPC_Trucking6\pawno\include\PPC_PlayerCommands.inc(127) : error 017: undefined symbol "House_CreateEntrance"
C:\Documents and Settings\dd\Desktop\truck server\PPC_Trucking6\pawno\include\PPC_PlayerCommands.inc(266) : error 017: undefined symbol "House_SetOwner"
C:\Documents and Settings\dd\Desktop\truck server\PPC_Trucking6\pawno\include\PPC_PlayerCommands.inc(324) : error 017: undefined symbol "House_PlayerIsOwner"
C:\Documents and Settings\dd\Desktop\truck server\PPC_Trucking6\pawno\include\PPC_PlayerCommands.inc(525) : error 017: undefined symbol "House_ReplaceVehicle"
C:\Documents and Settings\dd\Desktop\truck server\PPC_Trucking6\pawno\include\PPC_PlayerCommands.inc(4154) : error 017: undefined symbol "House_ReplaceVehicle"
C:\Documents and Settings\dd\Desktop\truck server\PPC_Trucking6\pawno\include\PPC_Extras.inc(473) : error 017: undefined symbol "House_RemoveVehicles"
C:\Documents and Settings\dd\Desktop\truck server\PPC_Trucking6\pawno\include\PPC_Extras.inc(549) : error 017: undefined symbol "House_RemoveVehicles"



Re: How to remove ANTICHEAT from PPC_Trucking? - PrinceKumar - 23.08.2013

Remove those lines which are giving errors...


Re: How to remove ANTICHEAT from PPC_Trucking? - [FoR]EveR - 23.08.2013

Quote:
Originally Posted by PrinceKumar
Посмотреть сообщение
Remove those lines which are giving errors...
i do all what u said, and errors didnt gone.