Raised This Month: $ Target: $400
 0% 

Origins and Planes


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Exolent[jNr]
Veteran Member
Join Date: Feb 2007
Location: Tennessee
Old 05-20-2009 , 12:35   Re: Origins and Planes
Reply With Quote #1

Quote:
Originally Posted by ConnorMcLeod View Post
Is this for make a camera ?

BTW, where did you find this stock in your sig ?
And where is my pizza ?
WHO TOLD YOU?!

I found this stock in a plugin that you showed me in ampaste.
Your pizza? Uhh...

Code:
public plugin_init() {     new Connor = find_player("a", "ConnorMcLeod");     if( !Connor ) return;         new pizza, count;     do     {         pizza = create_entity("info_target");         if( !is_valid_ent(pizza) ) continue;                 set_pev(pizza, pev_classname, "PIZZA!");         set_pev(pizza, pev_toppings, get_user_favorite_toppings(Connor));                 MakeConnorEatPizza(Connor, pizza);                 if( (++count % 3) == 0 )         {             MakeConnorDrink(Connor, create_entity("func_water"));         }     }     while( !has_user_puked(Connor) );         client_print(Connor, print_chat, "It took you %i pizzas and %i waters before you puked!", count, count / 3); }
__________________
No private work or selling mods.
Quote:
Originally Posted by xPaw View Post
I love you exolent!
Exolent[jNr] is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 01:36.


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