Can this plugin works?
hi , im a noob on scripting and im training and i make a little script for my server and wanna know if its correct =(
PHP Code:
|
Re: Can this plugin works?
There's no such thing as "%hostname%"
You will have to use Code:
Also client_connect is way before they are able to see the chat. Use client_putinserver() and then set_task() to show the message. Here's an example: Code:
There are better ways to check if player changes his name. Code:
|
Re: Can this plugin works?
Quote:
Code:
client_cmd(id, "name %s" , oldname);Code:
name test |
Re: Can this plugin works?
Actually:
PHP Code:
Code:
|
Re: Can this plugin works?
Quote:
|
Re: Can this plugin works?
And why you say that? because is more code ? :)
|
Re: Can this plugin works?
Why in that code there's a fakemeta forward instead of the normal client_infochanged ?
|
Re: Can this plugin works?
Quote:
|
Re: Can this plugin works?
The FM forward is an alternate (better?) method to hook the event of changing one's info.
|
Re: Can this plugin works?
thanks for ur help
|
| All times are GMT -4. The time now is 08:59. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.