set_hudmessage
How i do set_hudmessage only for the user is need be ..
i try to do with id but this no work here my code . PHP Code:
PHP Code:
|
Re: set_hudmessage
public yourfunction(id)
{ set_hudmessage( 255, 255, 255, -1.0, 0.87, 0, 0.0, 12.0, 0.1, 0.2, -1 ); ShowSyncHudMsg( id, g_HudSyncInfo, "Camouflage Time: %i", g_iCamoTime-- ); } |
Re: set_hudmessage
It says undefined symbol. Use your brain.. this means the id variable is not defined aka does not exist.
Unrelated but do you have? g_HudSyncInfo = CreateHudSyncObj() |
Re: set_hudmessage
Ohh yeah, was kinda sleepy atm :)
|
Re: set_hudmessage
here i try like you says
Code: PHP Code:
help please .. :) |
Re: set_hudmessage
Is the camocountdown from a command like /camo or is it always active? If you want always active you have to do set_task also.
|
Re: set_hudmessage
can you do this for me i donnu how to do this .. (i new of coding)
thanks |
Re: set_hudmessage
put this into plugin_init()
Code:
register_clcmd("say /test", "CamoCountdown") |
Re: set_hudmessage
@Vechta
i need this always active (if some buy this) O_O |
Re: set_hudmessage
Add this to your script.
PHP Code:
|
| All times are GMT -4. The time now is 00:18. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.