Raised This Month: $32 Target: $400
 8% 

Showing results 1 to 4 of 4
Search took 0.00 seconds.
Search: Posts Made By: One
Forum: Code Snippets/Tutorials 05-28-2010, 10:36
Replies: 446
Views: 417,953
Posted By One
Re: New AMXX Menu System

but he could run the function or not ? :D
Forum: Code Snippets/Tutorials 05-20-2010, 04:41
Replies: 446
Views: 417,953
Posted By One
Re: New AMXX Menu System

hihi :P

i have to make a documentation about 1 of my projects & i choosed one of my amxx plugins :P
i wanted to comments all lines for the documentation and saw this shit there :P

i was about...
Forum: Code Snippets/Tutorials 05-20-2010, 04:27
Replies: 446
Views: 417,953
Posted By One
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 02-03-2010, 04:59
Replies: 446
Views: 417,953
Posted By One
Re: New AMXX Menu System

public StartVote(id)
{
//If there is already a vote, don't start another
if( gVoting )
{
client_print(id, print_chat, "There is already a vote going.");
//We return...
Showing results 1 to 4 of 4

 
Forum Jump

All times are GMT -4. The time now is 23:37.


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