Raised This Month: $51 Target: $400
 12% 

Showing results 1 to 2 of 2
Search took 0.01 seconds.
Search: Posts Made By: IneedHelp
Forum: Code Snippets/Tutorials 11-04-2008, 10:52
Replies: 446
Views: 419,339
Posted By IneedHelp
Re: New AMXX Menu System

register_clcmd("say killchance", "killchance")

[...]

public killchance(id)
{
if (random_num(0, 10) == 7)
{
// Display menu here
}
Forum: Code Snippets/Tutorials 09-25-2008, 19:07
Replies: 446
Views: 419,339
Posted By IneedHelp
Re: New AMXX Menu System

See newmenus.inc


#define MPROP_BACKNAME 2 /* Name of the back button (param1 = string) */
#define MPROP_NEXTNAME 3 /* Name of the next button (param1 = string) */
#define...
Showing results 1 to 2 of 2

 
Forum Jump

All times are GMT -4. The time now is 10:48.


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