svCoordinates - View your coordinates in-game -
SuperViper - 24.05.2012
Introduction
This script allows you to type /coordinates (or /coords) in-game to view your coordinates, interior, and virtual world all at the same time in a nicely-looking textdraw which constantly updates. This filterscript requires you to have server version 0.3e or above
Script Settings
Comment this line if you want all players to be able to use this command.
Screenshot
Bugs and Suggestions
Please reply to this thread with your bug report or suggestion for the include. All of these posts will be reviewed carefully and dealt with.
Versions
The download links and the include itself will be updated occasionally.
Version 1.0 - Pastebin | Mediafire | Assembla Direct Download
Don't want to wait for updates?
I'm currently uploading all of my changes to an Assembla account. Assembla will be updated before updates are released. If you wish to get the files directly from Assembla, use SVN Checkout with this URL:
https://subversion.assembla.com/svn/sv-libraries/
My latest updates to Assembla are below:
Changelog
Version | Change |
Version 1.0 | Created the script |
Using
To begin using this include, drag the file to your
filterscripts folder and add
at the end of the filterscripts line in your server.cfg file.
Credits
SuperViper - Creating the script
Re: svCoordinates - View your coordinates in-game -
MP2 - 24.05.2012
The textdraw design is nice, but I fail to see the reason this would be used..?
Re: svCoordinates - View your coordinates in-game -
SuperViper - 24.05.2012
Debugging, scripting, etc. I find it nice because I have 2 computers so I can use this instead of having to /save, but people might find other uses for it.
Re: svCoordinates - View your coordinates in-game -
sienal - 25.05.2012
nice work
Re: svCoordinates - View your coordinates in-game -
Saad_ - 25.05.2012
Good work
Re: svCoordinates - View your coordinates in-game -
AMEENAMEEN - 30.05.2012
Really useful for me Repped
Re: svCoordinates - View your coordinates in-game -
Menaz - 30.05.2012
usefull :
Re: svCoordinates - View your coordinates in-game -
$exy - 30.05.2012
C:\Users\user\Desktop\Famous\filterscripts\co.pwn( 64) : warning 217: loose indentation
C:\Users\user\Desktop\Famous\filterscripts\co.pwn( 66) : error 017: undefined symbol "PlayerTextDrawSetString"
C:\Users\user\Desktop\Famous\filterscripts\co.pwn( 103) : warning 217: loose indentation
C:\Users\user\Desktop\Famous\filterscripts\co.pwn( 105) : error 017: undefined symbol "CreatePlayerTextDraw"
C:\Users\user\Desktop\Famous\filterscripts\co.pwn( 105) : warning 213: tag mismatch
C:\Users\user\Desktop\Famous\filterscripts\co.pwn( 106) : error 017: undefined symbol "PlayerTextDrawAlignment"
C:\Users\user\Desktop\Famous\filterscripts\co.pwn( 107) : error 017: undefined symbol "PlayerTextDrawBackgroundColor"
C:\Users\user\Desktop\Famous\filterscripts\co.pwn( 10

: error 017: undefined symbol "PlayerTextDrawFont"
C:\Users\user\Desktop\Famous\filterscripts\co.pwn( 109) : error 017: undefined symbol "PlayerTextDrawLetterSize"
C:\Users\user\Desktop\Famous\filterscripts\co.pwn( 110) : error 017: undefined symbol "PlayerTextDrawColor"
C:\Users\user\Desktop\Famous\filterscripts\co.pwn( 111) : error 017: undefined symbol "PlayerTextDrawSetOutline"
C:\Users\user\Desktop\Famous\filterscripts\co.pwn( 112) : error 017: undefined symbol "PlayerTextDrawSetProportional"
C:\Users\user\Desktop\Famous\filterscripts\co.pwn( 113) : error 017: undefined symbol "PlayerTextDrawUseBox"
C:\Users\user\Desktop\Famous\filterscripts\co.pwn( 114) : error 017: undefined symbol "PlayerTextDrawBoxColor"
C:\Users\user\Desktop\Famous\filterscripts\co.pwn( 115) : error 017: undefined symbol "PlayerTextDrawTextSize"
C:\Users\user\Desktop\Famous\filterscripts\co.pwn( 116) : error 017: undefined symbol "PlayerTextDrawShow"
C:\Users\user\Desktop\Famous\filterscripts\co.pwn( 121) : error 017: undefined symbol "PlayerTextDrawDestroy"
C:\Users\user\Desktop\Famous\filterscripts\co.pwn( 105) : warning 204: symbol is assigned a value that is never used: "PlayerCoordinates"
OK, now wtf?
Respuesta: svCoordinates - View your coordinates in-game -
Dx2 - 30.05.2012
Quote:
Originally Posted by $exy
- Some errors -
|
You need the 0.3e a_samp include...
...There is it
a_samp.rar
Re: svCoordinates - View your coordinates in-game -
CaRaM3LL - 10.07.2012
Quote:
Originally Posted by $exy
C:\Users\user\Desktop\Famous\filterscripts\co.pwn( 64) : warning 217: loose indentation
C:\Users\user\Desktop\Famous\filterscripts\co.pwn( 66) : error 017: undefined symbol "PlayerTextDrawSetString"
C:\Users\user\Desktop\Famous\filterscripts\co.pwn( 103) : warning 217: loose indentation
C:\Users\user\Desktop\Famous\filterscripts\co.pwn( 105) : error 017: undefined symbol "CreatePlayerTextDraw"
C:\Users\user\Desktop\Famous\filterscripts\co.pwn( 105) : warning 213: tag mismatch
C:\Users\user\Desktop\Famous\filterscripts\co.pwn( 106) : error 017: undefined symbol "PlayerTextDrawAlignment"
C:\Users\user\Desktop\Famous\filterscripts\co.pwn( 107) : error 017: undefined symbol "PlayerTextDrawBackgroundColor"
C:\Users\user\Desktop\Famous\filterscripts\co.pwn( 10  : error 017: undefined symbol "PlayerTextDrawFont"
C:\Users\user\Desktop\Famous\filterscripts\co.pwn( 109) : error 017: undefined symbol "PlayerTextDrawLetterSize"
C:\Users\user\Desktop\Famous\filterscripts\co.pwn( 110) : error 017: undefined symbol "PlayerTextDrawColor"
C:\Users\user\Desktop\Famous\filterscripts\co.pwn( 111) : error 017: undefined symbol "PlayerTextDrawSetOutline"
C:\Users\user\Desktop\Famous\filterscripts\co.pwn( 112) : error 017: undefined symbol "PlayerTextDrawSetProportional"
C:\Users\user\Desktop\Famous\filterscripts\co.pwn( 113) : error 017: undefined symbol "PlayerTextDrawUseBox"
C:\Users\user\Desktop\Famous\filterscripts\co.pwn( 114) : error 017: undefined symbol "PlayerTextDrawBoxColor"
C:\Users\user\Desktop\Famous\filterscripts\co.pwn( 115) : error 017: undefined symbol "PlayerTextDrawTextSize"
C:\Users\user\Desktop\Famous\filterscripts\co.pwn( 116) : error 017: undefined symbol "PlayerTextDrawShow"
C:\Users\user\Desktop\Famous\filterscripts\co.pwn( 121) : error 017: undefined symbol "PlayerTextDrawDestroy"
C:\Users\user\Desktop\Famous\filterscripts\co.pwn( 105) : warning 204: symbol is assigned a value that is never used: "PlayerCoordinates"
OK, now wtf?
|
This errors i get too ... The script writer did it on purpose so can't use this script ...