get_user_ping error :(
hi all.
Help with a code.. I write a plugin which shows the information on a connection the player. It is a lot of such plugins, but I would like the. Here a code part in which error: Code:
new g_msgSayTextCode:
get_user_authid(id, steamid, 31)Thanks. PS. I am a beginner! |
Re: get_user_ping error :(
/* Gets ping and loss at current time. */
native get_user_ping(index, &ping, &loss); new ping, loss get_user_ping(id ping, loss); console_print(id, "You Ping: %d Yours Loss: %d", ping, loss) |
Re: get_user_ping error :(
Code:
new ping2 - That such "loss"? |
Re: get_user_ping error :(
static name[32], userip[32], steamid[32], ping, loss
get_user_name(id, name, sizeof name -1) get_user_ip(id, userip, sizeof userip -1, 1) get_user_authid(id, steamid, 31) get_user_ping(id, ping, loss) |
Re: get_user_ping error :(
Thanks! + karma
|
| All times are GMT -4. The time now is 09:05. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.