Problem with adding value to other value using concmd
Hello everybody,
I've got a little problem here, I want to give the player with userid X 20 Points using the command : Quote:
The HUD Message is displaying, but the player doesn't get any Points. Code of kbm_give_points_easy : Quote:
|
Re: Problem with adding value to other value using concmd
Try this code
Code:
#include < amxmodx > |
Re: Problem with adding value to other value using concmd
Thanks, is working. Had to change "%i " ( using UserID) to "%s" (using Username).
|
Re: Problem with adding value to other value using concmd
"kbm_give_points_easy #%i", usrid[id]
should work |
Re: Problem with adding value to other value using concmd
Quote:
|
| All times are GMT -4. The time now is 13:40. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.