SA-MP Forums Archive
Problem :( - 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: Problem :( (/showthread.php?tid=611570)



Problem :( - Hapukoorepakk - 08.07.2016

Код:
C:\Users\Alvar\Desktop\Serverid\Eesti Hard Truck V2\gamemodes\EHT_V2.pwn(19461) : error 027: invalid character constant
C:\Users\Alvar\Desktop\Serverid\Eesti Hard Truck V2\gamemodes\EHT_V2.pwn(19461) : error 027: invalid character constant
C:\Users\Alvar\Desktop\Serverid\Eesti Hard Truck V2\gamemodes\EHT_V2.pwn(19461) : error 017: undefined symbol "FF0000"
C:\Users\Alvar\Desktop\Serverid\Eesti Hard Truck V2\gamemodes\EHT_V2.pwn(19461) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


4 Errors.
And This is ERROR:
Код:
					format(Msg, 128, TXT_SpeedometerCannotUseVehicle, AVehicleData[vid][Owner]);
What is the problem? Sorry bad english.


Re: Problem :( - Sjn - 08.07.2016

Show the TXT_SpeedometerCannotUseVehicle define.


Re: Problem :( - Hapukoorepakk - 08.07.2016

Solved.


Re: Problem :( - diego200052 - 08.07.2016

Search in your code TXT_SpeedometerCannotUseVehicle to see the content of the string and show it.


Re: Problem :( - Hapukoorepakk - 08.07.2016

Quote:
Originally Posted by diego200052
Посмотреть сообщение
Search in your code TXT_SpeedometerCannotUseVehicle to see the content of the string and show it.
SOLVED, THANKS.