Author Topic: Solid Snake Remake  (Read 2093 times)

Offline {-SotK-}ChanMan

  • Level 0 Beginner
  • Posts: 10
Solid Snake Remake
« on: December 28, 2008, 12:10:24 AM »


Code: (eventscripts) [Select]

  "1"                                   
{
    "name"              "Solid Snake"           
    "author"            "ChanMan"           
    "shortdescription"  "Use your espionage skills"               
    "required_level"    "250"             
    "maximum_level"     "0"             
    "allow_only"        "0"
    "teamlimit"         "2"             
    "restrict_shop" "0"           
    "restrict_map"      "0"         
    "preloadcmd"        "0"               
    "player_spawn_cmd"  "es_keysetvalue WcsUserdata Event_var(userid) solidbox 0;es es_xdelayed 1.1 est_RestrictAll event_var(userid);es es_xdelayed 1.4 est_unrestrict event_var(userid) weapon_famas;es es_xdelayed 1.5 est_unrestrict event_var(userid) weapon_knife;es es_xdelayed 1.6 est_unrestrict event_var(userid) weapon_hegrenade;es es_xdelayed 1.7 est_unrestrict event_var(userid) weapon_smokegrenade;es es_xdelayed 1.8 est_unrestrict event_var(userid) weapon_flashbang;es es_xdelayed 1.9 est_unrestrict event_var(userid) weapon_usp;es_xdelayed 2.0 est_unrestrict event_var(userid) weapon_glock;es es_xdelayed 2.6 es_give event_var(userid) weapon_knife"               
    "round_start_cmd"   "es_keysetvalue WcsUserdata Event_var(userid) solidbox 0"               
    "round_end_cmd"     "es_keysetvalue WcsUserdata Event_var(userid) solidbox 0"               
    "numberofskills"    "3"             
    "numberoflevels"    "5"             
    "skillnames"        "Equip|Found Grenade|Hide"     
    "skilldescr"        "Gives a famas|Gives hegrenade|Hide in your cardboard box"     
    "skillcfg"          "player_spawn|player_spawn|player_ultimate"
       
    "skill1_setting"    "es_xsetinfo wcs_chance 20|es_xsetinfo wcs_chance 40|es_xsetinfo wcs_chance 60|es_xsetinfo wcs_chance 80|es_xsetinfo 99"       
    "skill1_cmd"        "es es_xif (server_var(wcs_dice) <= server_var(wcs_chance)) then es es_xdelayed 2.8 est_give Event_var(userid) weapon_famas"               
    "skill1_sfx"        "0"

    "skill2_setting"    "es_xsetinfo wcs_chance 30|es_xsetinfo wcs_chance 50|es_xsetinfo wcs_chance 70|es_xsetinfo wcs_chance 90|es_xsetinfo wcs_chance 99"       
    "skill2_cmd"        "es es_xif (server_var(wcs_dice) <= server_var(wcs_chance)) then es es_xdelayed 3.0 est_give Event_var(userid) weapon_hegrenade"               
    "skill2_sfx"        "0"                         

    "skill3_setting"    "0"
    "racealias_box1" "es_keysetvalue WCSuserdata server_var(wcs_userid) solidbox 1;es est_setmodel server_var(wcs_userid) props/cs_office/cardboard_box03;es est_restrictall server_var(wcs_userid);es es_xdelayed 1.1 est_dropweapon server_var(wcs_userid) 1;es es_xdelayed 1.2 est_dropweapon server_var(wcs_userid) 2"
    "racealias_norm" "es_keysetvalue WCSuserdata server_var(wcs_userid) solidbox 0;es_getplayerteam wcs_team server_var(wcs_userid);if (server_var(wcs_team) = 3) then est_setmodel server_var(wcs_userid) player/ct_urban;if (server_var(wcs_team) = 2) then est_setmodel server_var(wcs_userid) player/t_phoenix;es es_xif (server_var(wcs_dice) <= 100) then racealias_norm2"
    "racealias_norm2" "es es_xdelayed 1.4 est_unrestrict server_var(wcs_userid) weapon_famas;es es_xdelayed 1.5 est_unrestrict server_var(wcs_userid) weapon_knife;es es_xdelayed 1.6 est_unrestrict server_var(wcs_userid) weapon_hegrenade;es es_xdelayed 1.7 est_unrestrict server_var(wcs_userid) weapon_smokegrenade;es es_xdelayed 1.8 est_unrestrict server_var(wcs_userid) weapon_flashbang;es es_xdelayed 1.9 est_unrestrict server_var(wcs_userid) weapon_usp;es_xdelayed 2.0 est_unrestrict sever_var(wcs_userid) weapon_glock;es es_xdelayed 2.4 es_give server_var(wcs_userid) weapon_famas;es es_xdelayed 2.6 es_give server_var(wcs_userid) weapon_knife;es es_xdelayed 2.8 es_getplayerteam wcs_team server_var(wcs_userid);if (server_var(wcs_team) = 3) then es_xdelayed 3.0 est_give server_var(wcs_userid) weapon_usp;if (server_var(wcs_team) = 2) then es_xdelayed 3.0 est_give server_var(wcs_userid) weapon_glock"
"skill3_cmd"        "es_keygetvalue wcs_tmp WCSuserdata server_var(wcs_userid) solidbox;if (server_var(wcs_tmp) = 0) then racealias_box1;if (server_var(wcs_tmp) = 1) then racealias_norm"
    "skill3_sfx"        "0"               
    "ultimate_cooldown" "25|20|15|10|5"

}

Offline CA.Berettonawak

  • Le renommé méconnu...
  • Watchdogs
  • Level 7 Expert
  • *****
  • Posts: 3143
  • Big Berettonawak is watching you...
    • Coding-Alliance.Com : A bunch of coders? Why not a bunch of players? :P
Re: Solid Snake Remake
« Reply #1 on: December 28, 2008, 12:56:17 AM »
What's the difference? And why have you the same keysetvalue in spawn, round_end, and round_start?
Quote from: N0life
Beret, keep yourself focusing on 1 project. Be sure to memorize that down since it sounds good.
Quote from: myself
i love tuna juice :D
Quote from: Pietro
=CA= Pietro: back
=CA= Pietro: sorry, was downstair sharing my chocolate with my cat
=CA= Pietro: you should see his face when he ate it xD
Quote from: myself
=CA= Berettonawak: just because you don't have hope doesn't mean we're doomed

Offline {-SotK-}ChanMan

  • Level 0 Beginner
  • Posts: 10
Re: Solid Snake Remake
« Reply #2 on: December 28, 2008, 01:52:51 AM »
What's the difference? And why have you the same keysetvalue in spawn, round_end, and round_start?
if you can't see a difference you must not have played the original and i did that cause i'm paranoid and wanted to make sure the ultimate didn't jam up if they were still a box at the end of the round

Offline CA.Berettonawak

  • Le renommé méconnu...
  • Watchdogs
  • Level 7 Expert
  • *****
  • Posts: 3143
  • Big Berettonawak is watching you...
    • Coding-Alliance.Com : A bunch of coders? Why not a bunch of players? :P
Re: Solid Snake Remake
« Reply #3 on: December 29, 2008, 08:51:50 PM »
hum... how could i say what i gotta say?
Would "Stfu" be okay? or "stop insulting this poor harmless noob?"? ;D

(click to show/hide)
Quote from: N0life
Beret, keep yourself focusing on 1 project. Be sure to memorize that down since it sounds good.
Quote from: myself
i love tuna juice :D
Quote from: Pietro
=CA= Pietro: back
=CA= Pietro: sorry, was downstair sharing my chocolate with my cat
=CA= Pietro: you should see his face when he ate it xD
Quote from: myself
=CA= Berettonawak: just because you don't have hope doesn't mean we're doomed

Offline CA.Berettonawak

  • Le renommé méconnu...
  • Watchdogs
  • Level 7 Expert
  • *****
  • Posts: 3143
  • Big Berettonawak is watching you...
    • Coding-Alliance.Com : A bunch of coders? Why not a bunch of players? :P
Re: Solid Snake Remake
« Reply #4 on: December 29, 2008, 11:49:41 PM »
-.-

(click to show/hide)
Quote from: N0life
Beret, keep yourself focusing on 1 project. Be sure to memorize that down since it sounds good.
Quote from: myself
i love tuna juice :D
Quote from: Pietro
=CA= Pietro: back
=CA= Pietro: sorry, was downstair sharing my chocolate with my cat
=CA= Pietro: you should see his face when he ate it xD
Quote from: myself
=CA= Berettonawak: just because you don't have hope doesn't mean we're doomed

Zawmbee

  • Guest
Re: Solid Snake Remake
« Reply #5 on: December 29, 2008, 11:56:59 PM »
Beret, when are you gunna post up a race I can criticize?

Offline CA.Berettonawak

  • Le renommé méconnu...
  • Watchdogs
  • Level 7 Expert
  • *****
  • Posts: 3143
  • Big Berettonawak is watching you...
    • Coding-Alliance.Com : A bunch of coders? Why not a bunch of players? :P
Re: Solid Snake Remake
« Reply #6 on: December 30, 2008, 12:37:00 AM »
i'm working on so many things... will only post when half is finished :D
Quote from: N0life
Beret, keep yourself focusing on 1 project. Be sure to memorize that down since it sounds good.
Quote from: myself
i love tuna juice :D
Quote from: Pietro
=CA= Pietro: back
=CA= Pietro: sorry, was downstair sharing my chocolate with my cat
=CA= Pietro: you should see his face when he ate it xD
Quote from: myself
=CA= Berettonawak: just because you don't have hope doesn't mean we're doomed

Offline rawrimatiger

  • Level 1 Trained Beginner
  • *
  • Posts: 34
Re: Solid Snake Remake
« Reply #7 on: December 30, 2008, 01:53:00 AM »
ya im just a poor harmless noob and gloria was my name because it was gelgora and everyone called me gloria then somone on sotk gave me free lvls for changing my name to gloria so it all worked out for me

Offline {-SotK-}ChanMan

  • Level 0 Beginner
  • Posts: 10
Re: Solid Snake Remake
« Reply #8 on: December 30, 2008, 03:33:09 AM »
ya im just a poor harmless noob and gloria was my name because it was gelgora and everyone called me gloria then somone on sotk gave me free lvls for changing my name to gloria so it all worked out for me
sup gelgora been awhile and you know we actually didn't hate you we just liked making you think we did XD

Offline rawrimatiger

  • Level 1 Trained Beginner
  • *
  • Posts: 34
Re: Solid Snake Remake
« Reply #9 on: December 30, 2008, 05:23:52 AM »
wow thx for that lol
but dapeople actualy did hate me
i came in the server and told him who i was then he muted me then kicked me then banned me lolz
but nice race dude
im about to post mine up
i made a feral druid from wow
it has like feral attacks which are kinda cool but then
for its ultimate its druid flight form and turns into a bird and gives u the ability to fly then when u land u turn back into ur previous form its badass

Zawmbee

  • Guest
Re: Solid Snake Remake
« Reply #10 on: December 30, 2008, 05:10:56 PM »
wow thx for that lol
but dapeople actualy did hate me
i came in the server and told him who i was then he muted me then kicked me then banned me lolz
but nice race dude
im about to post mine up
i made a feral druid from wow
it has like feral attacks which are kinda cool but then
for its ultimate its druid flight form and turns into a bird and gives u the ability to fly then when u land u turn back into ur previous form its badass

lol, c/p races... no offense.

Offline rawrimatiger

  • Level 1 Trained Beginner
  • *
  • Posts: 34
Re: Solid Snake Remake
« Reply #11 on: December 30, 2008, 10:53:30 PM »
lol its not c/p ftw? nice try

Offline Onslaught

  • Level 7 Expert
  • *****
  • Posts: 468
  • WWW.SNK-KLAN.NET
    • WWW.SNK-KLAN.NET
Re: Solid Snake Remake
« Reply #12 on: October 31, 2009, 06:00:07 AM »
Hey i tested my ass off on this race ulti and for whatever reason on a live server the box is blue.  When you come out, your player is blue.  On a ded server this doesnt happen.

Even weirder, at round end the box turns normal color.  I took out those round end and begin commands and still nothing changed. 

Anyone know what the deal is with that?  There is no player color code involved with it.

(click to show/hide)

         

Zawmbee

  • Guest
Re: Solid Snake Remake
« Reply #13 on: October 31, 2009, 07:09:04 PM »
Hey i tested my ass off on this race ulti and for whatever reason on a live server the box is blue.  When you come out, your player is blue.  On a ded server this doesnt happen.

Even weirder, at round end the box turns normal color.  I took out those round end and begin commands and still nothing changed. 

Anyone know what the deal is with that?  There is no player color code involved with it.



First you need to answer the question if this is only happening to you, or everyone else on your server as well.  Otherwise, you graphics card is causing the problem, not the coding.

Offline Onslaught

  • Level 7 Expert
  • *****
  • Posts: 468
  • WWW.SNK-KLAN.NET
    • WWW.SNK-KLAN.NET
Re: Solid Snake Remake
« Reply #14 on: October 31, 2009, 07:55:28 PM »
Everyone gets it.
(click to show/hide)