AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Suggestions / Requests (https://forums.alliedmods.net/forumdisplay.php?f=12)
-   -   [REQ] /boost command (https://forums.alliedmods.net/showthread.php?t=282425)

Nutu_ 05-06-2016 17:55

[REQ] /boost command
 
guys . today i connect on random server and i saw they have command /boost and here get some countrys from GTRS for boost!
and they choose his country and get what need to write on sms for boost
exemple : 1. Roumania , TXT GTRS IP NICK / send to number 1235 ,
i serach it but i dont find only for countrys where`s talk serbian languages but i wanna it for all GTRS countrys
someone can help?

OciXCrom 05-06-2016 18:17

Re: [REQ] /boost command
 
It's a simple MOTD window that leads to a simple webpage.

iNdio 05-06-2016 18:46

Re: [REQ] /boost command
 
This one?

Nutu_ 05-06-2016 20:25

Re: [REQ] /boost command
 
nvm

iNdio 05-06-2016 21:29

Re: [REQ] /boost command
 
2 Attachment(s)
You need colorchat.inc, this file goes to scripting/include, compile again the plugin locally!
Use English on this forum :twisted:

Nutu_ 05-07-2016 03:40

Re: [REQ] /boost command
 
look man!
http://prnt.sc/b1971h
the amxx dont download!
i get this error :/

Nutu_ 05-07-2016 03:43

Re: [REQ] /boost command
 
sry for double post!
i use compiler online

EDIT!
i finis it. i use the compiler for my cs and work :wink:
thx yoo to much!

Siska1 05-04-2022 07:19

Re: [REQ] /boost command
 
How do I make a chat message display my IP ?

Nutu_ 05-04-2022 17:33

Re: [REQ] /boost command
 
Quote:

Originally Posted by Siska1 (Post 2778619)
How do I make a chat message display my IP ?

PHP Code:

new ip[32]
get_user_ip(0ipcharsmax(ip))

CromChat(0"%s this is your ip"ip


Supremache 05-06-2022 22:20

Re: [REQ] /boost command
 
Quote:

Originally Posted by Nutu_ (Post 2778658)
PHP Code:

new ip[32]
get_user_ip(0ipcharsmax(ip))

CromChat(0"%s this is your ip"ip


He said "my IP" and not the server IP, so it should be:
PHP Code:

get_user_ipid /*Client id*/ipcharsmax(ip), /*Without port*/

More info: http://www.amxmodx.org/api/amxmodx/get_user_ip


All times are GMT -4. The time now is 06:11.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.