Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Krasher

Pages: 1 ... 46 [47] 48 ... 186
691
Artwork/Graphics / Re: The New Forum Signature/Spray/Avatar Board
« on: May 13, 2010, 06:33:30 PM »
How do I make that into my siggy? Lol
Put
Code: [Select]
[img]http://farm4.static.flickr.com/3360/4604761463_87133a4d7d_o.png[/img] into your signature thingy.

692
Artwork/Graphics / Re: The New Forum Signature/Spray/Avatar Board
« on: May 13, 2010, 05:12:39 PM »
Stash House:
From This:

To This:

[spoiler=Final Result]

Click Here To Download The Picture! (Direct link.)
[/spoiler]

693
General Chat / Re: What is the worst thing you have ever saw?
« on: May 13, 2010, 04:47:30 PM »
Oh lawl, you guyz cant handle nothin.

I scrolled through offensive atleast 3 times
Jerked it to 2 girls 1 cup
Pain olympics made my balls hurt
ect.
Watch 2kidsinasanbox. Your penis will shrivel up and cry.

694
Artwork/Graphics / Re: The New Forum Signature/Spray/Avatar Board
« on: May 13, 2010, 02:00:51 PM »
Bax

696
OMFG PLEASE!!! I will end the prop killing right now!!

Looking into weapon_zm_carry lua scripts (Magneto-Stick.)


697
Programming / Re: Help! ( "lua coders only" )
« on: May 13, 2010, 12:57:42 PM »
READ MY COMMENT?

STEAL TTT
-.-, that is not what this is about Frank.

698
Programming / Re: Help! ( "lua coders only" )
« on: May 13, 2010, 12:54:56 PM »
What exactly is happening when you execute the function?

Are you running this serverside?

Maybe try with a weapon you know will work (if it's that issue)

Put a print command in the function to see if it's running ( if that's the issue )
mmk will do.

Current Code: (init.lua) so little because I had to restart and I am trying to fix this before I go on to anything else.
Code: [Select]
AddCSLuaFile( "cl_init.lua" )
AddCSLuaFile( "shared.lua" )

include( 'shared.lua' )

/*------------------------------------------

  KRASHER RULES :D, remember to say thanks

------------------------------------------*/

function GM:PlayerSpawn( ply )
self.BaseClass:PlayerSpawn( ply )
ply:SetGravity( 0, 90 )
ply:SetMaxHealth( 125, true )
ply:SetMaxSpeed( 345, 545 )
end

function GM:PlayerLoadout( ply )
ply:StripWeapons()
ply:Give("weapon_zm_carry")
end

function GM:PlayerInitialSpawn( ply )
self.BaseClass:PlayerInitialSpawn( ply )
ply:PrintMessage( HUD_PRINTTALK, "Hello, you are playing", GM.Name, "v", GM.Version)
end

699
General Chat / Re: Phishing attempt, FAILED!
« on: May 12, 2010, 05:18:08 PM »
Krasher you failed harder than the phisher. Phisher was a bot. You yelled at a bot. Good job tard.
My messages are sent to the host server.

700
General Chat / Phishing attempt, FAILED!
« on: May 12, 2010, 03:47:37 PM »
Never tell your password to anyone.
Your Awesome: Dude, Amazing offer from steam and NVIDIA. 3 FREE games of your choise just go to: www.freenvidiagift.co.cc and claim your games
.:~RND`=- Kräsh∑r -= |AHN|: Nice
.:~RND`=- Kräsh∑r -= |AHN|: Phishing Attempts are a fail
.:~RND`=- Kräsh∑r -= |AHN|: umad?
.:~RND`=- Kräsh∑r -= |AHN|: yes, It failed.
.:~RND`=- Kräsh∑r -= |AHN|: Now go die in a hole.
.:~RND`=- Kräsh∑r -= |AHN|: No one needs you.
.:~RND`=- Kräsh∑r -= |AHN|: It is easy to tell that this is a phishing claim, simply look at the link.
.:~RND`=- Kräsh∑r -= |AHN|: And you will not respond making it MORE obvious
.:~RND`=- Kräsh∑r -= |AHN|: You sir, Fail beyond belief.
.:~RND`=- Kräsh∑r -= |AHN|: Now please end you miserable life before I have to do it for you.

701
Programming / Re: Help! ( "lua coders only" )
« on: May 12, 2010, 12:08:39 PM »
pl and ply do the same thing
Nope, when you set your self.BaseClass.PlayerInititialize( ply ), it knows that ply is your player.

EDIT:// Unless self.BaseClass.PlayerInitialize( pl, ply )

Hurp Durp, think of solutions xD...

Will try the no caps thing, prob won't work sadly :/

702
Programming / Re: Help! ( "lua coders only" )
« on: May 12, 2010, 12:05:28 PM »
I think stripweapons() isn't in caps

Quote
function GM:PlayerLoadout( pl )

        ply:stripweapons()
        ply:Give( "weapon_crowbar" )
        ply:Give( "weapon_pistol" )
end

I'm probably wrong but just try it


that's what I did when i was first trying out lua
1.) Your function targets are off (pl to ply)
2.) StripWeapons is a function. It will be in caps.

HELP MEEE

703
Games / Re: win convo game
« on: May 12, 2010, 11:55:48 AM »
function GM:SexChange( ply )
            if ply:IsFrank then
            GM:SetSex( ply, female, true )
else
            return false
end

           

704
Programming / Help! ( "lua coders only" )
« on: May 12, 2010, 11:53:11 AM »
I have just recently began making another gamemode, Prop Arena, and I cannot seem to get the Gamemode to make the player drop his weapons and get what I want him to have.

Current Code (Without TAB spacing):
Code: [Select]
function GM:PlayerLoadout( ply )
ply:StripWeapons()
ply:Give( "weapon_zm_carry" )
end

help!

705
Funny Stuffz / Re: Lol response on my speech
« on: May 11, 2010, 07:46:27 PM »
That's a win.

Pages: 1 ... 46 [47] 48 ... 186