View Single Post
RollerBlades
Senior Member
Join Date: Feb 2011
Location: Sweden
Old 06-07-2011 , 11:30   Re: My First Attempt to make a menu! part2
Reply With Quote #7

Quote:
Originally Posted by G-Dog View Post
while I could answer your question, why don't you try the plugin out and see? It's not like you can permanently break a server with a plugin like this so just try it out and learn as you go.

... why did i have to get dragged in again?
1.there's alot of people playing on my server and i dont wanna temp shutdown my server cause it would be a waste if people leave... i need someone to test it for me and when there's no one online i shutdown the server...... i hope someone will test it for me(prob not)

Now that's how its done

2. Cause you are a cute puppy i <3 u!

edit: would this be more suitable
PHP Code:
public client_putinserver(id)
{
    new 
message[22];
    
formatex(messagecharsmax(message), "Type /Buy <Weapon Menu>");
    
set_hudmessage(000, -0.00.000.00.00.00.00);
    
show_hudmessage(idmessage);

then

PHP Code:
public client_putinserver(id)
{
    new 
message[22];
    
format(messagecharsmax(message), "Type /Buy <Weapon Menu>");
    
set_hudmessage(000, -0.00.000.00.00.00.00);
    
show_hudmessage(idmessage);

i think i heard that formatex is faster then format. am i right now?

Last edited by RollerBlades; 06-07-2011 at 12:09.
RollerBlades is offline