Radar Vice City Samp 0.3.DL
# support-forum
c
Hello, I am using Samp version 0.3.DL and I would like to put the vice city map and the VC map appears on the radar instead of water, how can I make this possible?
b
it’s not possible
f
As far i know, you cant do that with in game radar, but you can try create custom radar map by using textdraw
a
It is with custom models, some math and a timer
c
When I compile the pwn I get this error
Copy code
C:\Users\Usuario\Desktop\SAMP Server\filterscripts\vc_minimap.pwn(52) : error 029: invalid expression, assumed zero
The line is this
Copy code
PlayerText:pVcMinimapTextdraws[MAX_PLAYERS][3] = {{PlayerText:INVALID_TEXT_DRAW, ...}, ...},
d
c
Perfect, thank you very much to everyone who has helped me