28.05.2014, 06:10
hey everyone , when i tried to compile. this code shows
C:\Users\Chronized\Desktop\Rust Server\gamemodes\RustServer.pwn(5019) : error 010: invalid function or declaration
C:\Users\Chronized\Desktop\Rust Server\gamemodes\RustServer.pwn(5024) : warning 203: symbol is never used: "Map"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
This was my script , im trying to hide the minimap with a picture
}
new Text:Map;
Map = TextDrawCreate(25.0, 323.0, "samaps:map"); // LIB:image
TextDrawFont(Map, 4); // Font 4 to show the textures (and not text)
TextDrawTextSize(Map, 120.0, 100.0); // Size, X 120, Y 100, It's the texture size
TextDrawUseBox(Map, 1); // Add it if you want...
C:\Users\Chronized\Desktop\Rust Server\gamemodes\RustServer.pwn(5019) : error 010: invalid function or declaration
C:\Users\Chronized\Desktop\Rust Server\gamemodes\RustServer.pwn(5024) : warning 203: symbol is never used: "Map"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
This was my script , im trying to hide the minimap with a picture
}
new Text:Map;
Map = TextDrawCreate(25.0, 323.0, "samaps:map"); // LIB:image
TextDrawFont(Map, 4); // Font 4 to show the textures (and not text)
TextDrawTextSize(Map, 120.0, 100.0); // Size, X 120, Y 100, It's the texture size
TextDrawUseBox(Map, 1); // Add it if you want...