Problem
Code:
new IPz;But I Doesn't work. I made this script to give a specific Nick on each player. . Well player_1 == ProIcons ip_1 == 192.168.1.64 (Local Ip) if (Ip Of the connected player == ip_1) { changenick From Player to nick Player_1 } if (192.168.1.64 == ip_1) { changenick From Player to ProIcons } et cetera.. |
Re: Problem
The way you did it totally suck.
You should create some database (file, vault or sql) and retrieve names from there. PHP Code:
|
Re: Problem
well i don't know a lot of pawn...I am doing this script for my channel (gather channel)
max players = 10 - 12 well When a gather starts on irc bot will set cvars with rcon Player1 and his ip et cetera... I want every player to have irc nick on Counter Strike server... Could you make it for me please? i don't know a lot from Pawn... I am from Greece and i am ONLY 14 Years old... I don't know Very well english.. |
Re: Problem
If you want players to have same names on your server as on irc channel then there is other way:
You can create irc bot with amxx, so when you start the server, amxx irc bot will connect to your irc channel and when player connects to server, then bot will check if there is user on irc with same ip and change player name to irc name if user with same ip was found. Coding such plugin would take me some time and I don't really feel like doing it right now (I have some other plugins to code). If you can't do it yourself then post in suggestion/requests instead of scripting help. |
| All times are GMT -4. The time now is 15:28. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.