motd prints all playing players in rows
Hello, what am I missing here? I would like to print all players into motd, this is the code:
Code:
/* Plugin generated by AMXX-Studio */ |
Re: motd prints all playing players in rows
You're adding the players in the string "formats", but you're not using the string anywhere.
|
Re: motd prints all playing players in rows
To begin with, the name is a string limited to 32 characters, not 64. Use charsmax () as a good practice. Did you create motd where?
|
Re: motd prints all playing players in rows
Code:
new player_name[33][32];.. I mean, wouldn't this open a motd? Not like file.txt but these values in it. |
Re: motd prints all playing players in rows
PHP Code:
|
Re: motd prints all playing players in rows
Code:
Code:
|
Re: motd prints all playing players in rows
Quote:
|
Re: motd prints all playing players in rows
I dont understand %n part
|
Re: motd prints all playing players in rows
Quote:
Quote:
|
Re: motd prints all playing players in rows
He wrote whole plugin in Amx 1.9 %n automatically catch user_name of the id, in case iplayers[i]
|
| All times are GMT -4. The time now is 07:30. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.