SA-MP Forums Archive
26 Errors - Easy to Fix But Wrong! lol - 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: 26 Errors - Easy to Fix But Wrong! lol (/showthread.php?tid=608154)



26 Errors - Easy to Fix But Wrong! lol - Recardo - 28.05.2016

Hello All i have 26 Errors When i make my own House System Can u help me to Fix it ? its so easy to fix it! but i don't know LEL

PHP код:
house.pwn(711) : error 017undefined symbol "House_RemoveVehicles"
House_RemoveVehicles(APlayerData[playerid][Houses][HouseSlot]); 
PHP код:
house.pwn(840) : error 017undefined symbol "INT_GivePlayerMoney"
INT_GivePlayerMoney(playerid, -150); 
PHP код:
house.pwn(861) : error 017undefined symbol "INT_GivePlayerMoney"
house.pwn(913) : error 017undefined symbol "Vehicle_Delete"
Vehicle_Delete(vehicleidHouseIDCarSlot); 
PHP код:
house.pwn(970) : error 017undefined symbol "INT_IsPlayerLoggedIn"
if (INT_IsPlayerLoggedIn(playerid) == 0) return 0
PHP код:
house.pwn(973) : error 017undefined symbol "INT_CheckPlayerAdminLevel"
if (INT_CheckPlayerAdminLevel(playerid5) == 0) return 0
PHP код:
house.pwn(1016) : error 017undefined symbol "House_UpdateEntrance"
House_UpdateEntrance(HouseID); 
PHP код:
house.pwn(1046) : error 017undefined symbol "INT_IsPlayerLoggedIn"
if (INT_IsPlayerLoggedIn(playerid) == 0) return 0



Re: 26 Errors - Easy to Fix But Wrong! lol - oMa37 - 28.05.2016

delet


Re: 26 Errors - Easy to Fix But Wrong! lol - Luis- - 28.05.2016

Could have missed out a bracket somewhere in your code.