Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Need Help To Make My 1st Code!
#1
I need help to make my 1st code .
I dont know with what to start a code (GSC) and i dont know where to get codes to put into my code , if someone can teach me , just post it please i will really apreciate it <3.

Bye,
VerifyerModderz
Reply

#2
http://www.itsmods.com/forum/Thread-Tuto...nners.html this a good thread to start learning the basics of GSC. You can find other tutorials here: http://www.itsmods.com/forum/Forum-Moddi...rials.html .
Reply

#3
thats black ops and this thread is of mw2 ();
Reply

#4
Coding is the same.
[Image: lQDUjba.jpg]
Reply

#5
i wanna make a code that every 5 seconds it come a care package but i already make this , can someone say me what i need to add for make it?

My code right now:

CarePackagezz()
{
self endon( "discconect" );
self endon( "death" );
while(1)
{
//IDK THE CODE TO PUT FOR THE CARE PACKAGE (PLEASE IF U KNOW SAY ME IN A POST HERE);
self iPrtnlBold("Care Package Spawned");
}
}


PLEASE SAY ME THAT CODE
Reply

#6
http://www.itsmods.com/forum/Thread-Tuto...-them.html

Carepackage model: com_plasticcase_friendly

iPrtnlBold -> iPrintLnBold
Reply

#7
i have to put self.givecarepackage=com_plasticcase_friendly;
????????????????????/
I finish my 1st code (Say me if something is wrong):

CarePackagezz()
{
self endon( "discconect" );
self endon( "death" );
while(1)
{
CarePackage = Spawn("script_model",(0,0,0));
CarePackage SetModel("com_plasticcase_friendly");
self iPritlnBold("Care Package Spawned!");
}
}
Reply

#8
discconnect should be disconnect
[Image: lQDUjba.jpg]
Reply

#9
Code:
self iPrintlnBold("Care Package Spawned!");
wait 3;
Reply

#10
Thankz orange , and thankz Yamato <3
Yamato: Yo quiero que cada 3 segundos caiga una care package y diga Care Package Spawned , y esto:
CarePackage = Spawn("script_model",(0,0,0));
CarePackage SetModel("com_plasticcase_friendly");

Solo me spawnea una care package , pero no caen cada 3 segundos con eso , me podes decir el code para que caigan care packages cada 3 segundos porfavor?
Reply



Possibly Related Threads…
Thread Author Replies Views Last Post
  Make area detect. flag Teleport lewisbibo 4 4,660 10-12-2013, 18:10
Last Post: EnVi Sweden Rocks
Wink Make Platforme lewisbibo 5 4,568 10-08-2013, 14:35
Last Post: 8q4s8
  Make obj MW3.by lewisbibo lewisbibo 3 3,469 10-05-2013, 20:16
Last Post: Nekochan
  Make obj MW3.by lewisbibo lewisbibo 0 2,187 10-03-2013, 20:19
Last Post: lewisbibo
  Help Code color crosshairs koren30 3 3,662 10-02-2013, 19:26
Last Post: koren30
  Help need help?how to make plugins code hXnarutoXone 12 7,818 09-01-2013, 18:30
Last Post: Bandarigoda123
  Help Need Help with C# code tubwux 2 3,118 08-27-2013, 18:18
Last Post: tubwux
  [Request] Compile this code please dozsa0 4 3,820 08-10-2013, 21:02
Last Post: Nukem
  Compile this code please First_Semyon 12 8,910 08-08-2013, 14:53
Last Post: Bandarigoda123
  Compile please this code First_Semyon 8 5,192 07-28-2013, 01:52
Last Post: First_Semyon

Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum Powered By MyBB, Theme by © 2002-2024 Melroy van den Berg.