View Single Post
Hn.S Xmix
Member
Join Date: May 2021
Old 04-27-2024 , 08:03   Re: Speedmeter +AmmoPacks
Reply With Quote #5

It work so good i wasn't expecting to see so much changes you are absolutely genius, im trying so hard to be like you. by the way..

i got this error
Quote:
Error: Undefined symbol "Float" on line 104
Error: Undefined symbol "currentTime" on line 105
Error: Undefined symbol "currentTime" on line 107

3 Errors.
Could not locate output file C:\Users\BST\Desktop\plugin\zp_addons_speedom eter.amx (compile failed).
so i kinda fix it and it work perfectly. i have change this
----->

PHP Code:
Float currentTime get_gametime() 
to this
----->

PHP Code:
static Float:currentTime
currentTime 
get_gametime() 
Hn.S Xmix is offline