encode_lights
#1

Код:
C:\Program Files\SAMP Server\gamemodes\estprojekt.pwn(3392) : error 017: undefined symbol "encode_lights"
C:\Program Files\SAMP Server\gamemodes\estprojekt.pwn(6674) : error 017: undefined symbol "encode_lights"
C:\Program Files\SAMP Server\gamemodes\estprojekt.pwn(6680) : error 017: undefined symbol "encode_lights"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


3 Errors.
What problem's? :S Im using the latest includes and files.
Reply
#2

encode_lights(light1, light2, light3, light4) {
return light1 | (light2 << 1) | (light3 << 2) | (light4 << 3);
}

Somewhere in your script.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)