View Single Post
siriusmd99
Veteran Member
Join Date: Oct 2013
Location: Republic of Moldova
Old 07-06-2016 , 15:10   Re: Ham_Use and Button id's (HELP)
Reply With Quote #27

Quote:
Originally Posted by KaLoIaN View Post
It is working good.
You just forgot to declare the variable : g_time
but I done it
Code:
new g_time[32]
Sorry, i updated code.
USe g_time[33] not 32 because last cell 32 cannot be accesed, so in this case and if you have full server then it will throw an error.

Quote:
Last question : can I have for example 4 buttons at the same map and for each one button show different message for example?
I don't know really
You can have separate file for every map and it will contain button id and after button id it will have the message.
But you want to use activator's name in every message or not?
siriusmd99 is offline