[Solved]bomb_planted
public bomb_planted(planter)
{ new planteromenos[32] get_user_name(planter,planteromenos,31); client_print(0, print_chat, "[Gather] User: %s SET UP US", planteromenos) return PLUGIN_CONTINUE } It doesn't working.. |
Re: bomb_planted
register_logevent("BombPlant", 3, "2=Planted_The_Bomb");
public BombPlant(id) { new name[32] get_user_name(id,name,31) client_print(0,print_chat,"[Gather] O %s Ebale thn bomb",name) } This returns the SERVER NAME why?:S |
Re: bomb_planted
Because id is not passed directly in a logevent.
http://forums.alliedmods.net/showthread.php?t=40164 |
| All times are GMT -4. The time now is 04:12. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.