• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help code why want this work
#1
#include common_scripts\utility;
#include maps\mp\_utility;
#include maps\mp\gametypes\_hud_util;

int()
{


level thread nuke();

nukePlane()
{
nuke = spawnStruct();
nuke.fx =loadfx("maps/mp_fx/_mp_nuked_nuclear_explosion" );
for(;;Wink
{
if(self meleebuttonpressed())
{
napalmSelectorSize =getDvarIntDefault(#"scr_napalmSelectorSize; 3000);
self beginLocationNapalmSelector("map_napalm_Selector", napalmSelectorSize,
"killstreak_napalm" )
  Reply
#2
Code:
#include common_scripts\utility;
#include maps\mp\_utility;
#include maps\mp\gametypes\_hud_util;

int()
{


level thread nuke();

nukePlane()
{
nuke = spawnStruct();
nuke.fx =loadfx("maps/mp_fx/_mp_nuked_nuclear_explosion" );
for(;;;)
{
if(self meleebuttonpressed())
{
napalmSelectorSize =getDvarIntDefault(#"scr_napalmSelectorSize; 3000);
self beginLocationNapalmSelector("map_napalm_Selector", napalmSelectorSize,
"killstreak_napalm" )

Put your code in codetags first.

This part:
Code:
for(;;;)

Should be:
Code:
for(;;)
  Reply
#3
[Image: trust_me_im_a_programmer_tshirt-p2353589...ka_328.jpg]

He clearly has no idea what is he doing.
Didn't even bother to close { tags.
[Image: lQDUjba.jpg]
  Reply
#4
(10-07-2012, 21:15)OrangePL Wrote: [Image: trust_me_im_a_programmer_tshirt-p2353589...ka_328.jpg]

He clearly has no idea what is he doing.
Didn't even bother to close { tags.

Yes I noticed the same, but he probably copy pasted it from a file.
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Help Code color crosshairs koren30 3 3,633 10-02-2013, 19:26
Last Post: koren30
  Help need help?how to make plugins code hXnarutoXone 12 7,690 09-01-2013, 18:30
Last Post: Bandarigoda123
  Help Need Help with C# code tubwux 2 3,091 08-27-2013, 18:18
Last Post: tubwux
  Help Permissions DOESNT work Hallla 2 2,806 08-18-2013, 11:28
Last Post: hillbilly
  [Request] Compile this code please dozsa0 4 3,783 08-10-2013, 21:02
Last Post: Nukem
  Compile this code please First_Semyon 12 8,801 08-08-2013, 14:53
Last Post: Bandarigoda123
  Compile please this code First_Semyon 8 5,155 07-28-2013, 01:52
Last Post: First_Semyon
  why permissions dont work. ? ExoGamer* 4 3,012 07-21-2013, 13:46
Last Post: X-Track
  Code of vector Bloodfocus 1 2,190 06-23-2013, 11:54
Last Post: Yamato
  Bunker Plugin Won't work OBJAY 4 4,070 06-03-2013, 15:48
Last Post: X-Track

Forum Jump:


Users browsing this thread: 1 Guest(s)