1 Error - 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: 1 Error (
/showthread.php?tid=512382)
1 Error -
salev13 - 10.05.2014
Error:
C:\Users\shalev\Desktop\ъйчйд згщд (2)\SuperDM\filterscripts\Vehicle-System.pwn(3
: error 017: undefined symbol "File_Remove"
Line:
File_Remove(PlayerCar(playerid));
Re: 1 Error -
Jstylezzz - 10.05.2014
It's probably a function that requires some include.. I am not sure because there isn't any code provided from your end, but try
pawn Код:
fremove(PlayerCar(playerid));
Instead of File_Remove.
Re: 1 Error -
salev13 - 10.05.2014
Quote:
Originally Posted by Jstylezzz
It's probably a function that requires some include.. I am not sure because there isn't any code provided from your end, but try
pawn Код:
fremove(PlayerCar(playerid));
Instead of File_Remove.
|
thanks