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

Showing results 1 to 2 of 2
Search took 0.00 seconds.
Search: Posts Made By: Xellath
Forum: Code Snippets/Tutorials 10-07-2011, 02:28
Replies: 446
Views: 418,357
Posted By Xellath
Re: New AMXX Menu System

public EndVote()
{
//If the first option recieved the most votes
if( gVotes[0] > gVotes[1] )
{
client_print(0, print_chat, "First option recieved most votes (%d)", gVotes[0]...
Forum: Code Snippets/Tutorials 10-24-2009, 13:02
Replies: 446
Views: 418,357
Posted By Xellath
Re: New AMXX Menu System

new szTemp[ 32 ];

formatex( szTemp, 31, "The value of ^"testcvar^" is: %d", get_pcvar_num( testcvar ) );

menu_additem( menu, szTemp, "1" );


EDIT:
Look down below for reason.
Showing results 1 to 2 of 2

 
Forum Jump

All times are GMT -4. The time now is 08:59.


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