IMG

 
IMG
IMG   IMG
  Welcome to GTAForums! Be sure to check out the Grand Theft Auto V Forum.

You are not registered! (If you are, click here to login) Registering is fast, free and easy and allows you to instantly reply to any topic on GTAForums.
Why wait? Click here to register your own unique username and become part of the ever-growing community!


( Log In | Register | Revalidate Validation E-mail )
Quick Log-In:
  IMG
       
>
Forum Rules Attention:

This is for the discussion and releasing of tutorials for modifying GTA. Anything that isn't a tutorial will be deleted without notification.

GTAGarage.com
free mod hosting from GTANet, simply login with your GTAForums account details

GTAModding.com
GTANet's modding wiki

GTA Modding Chatroom
provided by irc.gtanet.com (Don't have an IRC client? Click here)


Pages: (2) 1 [2]   ( Go to first unread post ) Reply to this topicStart new topicStart Poll

 littleguna's Coding Tutorial

 [Coding | VC]
 
shocker275  
Posted: Monday, Mar 21 2005, 23:36
Quote Post


Rat
Group Icon
Group: Members
Joined: Jun 19, 2003

XXXXX



QUOTE (timmy2004 @ Nov 4 2004, 08:05)
QUOTE (RCagent @ Nov 4 2004, 06:27)
Thanks man! You probably saved me, and probably others from creating numerous topics about how to change the players spawn point ect.

thats ok, np, i might post more s*** like this later smile.gif

Oh thanks a lot man I've been looking for stuff like this.

I'm looking forward to more! smile.gif
PM
  Top
 

 
Timmy2006m  
Posted: Tuesday, Mar 22 2005, 19:41
Quote Post


Unregistered








Oh right you want to know where to get bartons mission builder have a look in his sig.

You wont be able to get the v3 any more the only one you can get now is the v5. xmas.gif oh i am not santa smile.gif
  Top
 

 
shocker275  
Posted: Tuesday, Mar 22 2005, 22:57
Quote Post


Rat
Group Icon
Group: Members
Joined: Jun 19, 2003

XXXXX



QUOTE (Timmy2006m @ Mar 22 2005, 19:41)
Oh right you want to know where to get bartons mission builder have a look in his sig.

You wont be able to get the v3 any more the only one you can get now is the v5. xmas.gif oh i am not santa smile.gif

Are you timmy2004 on a duplicate account?

And did you skip v4? tounge.gif
PM
  Top
 

 
Timmy2006m  
Posted: Wednesday, Mar 23 2005, 18:49
Quote Post


Unregistered








No i am not timmy 2004.What do you mean skip v4
  Top
 

 
htsb8  
Posted: Saturday, Mar 26 2005, 16:24
Quote Post


Crackhead
Group Icon
Group: Members
Joined: Mar 17, 2005

XXXXX



Very Nice!
i have been looking for it for long time,thanks very very much !

and then?Coding Tutorial 2?
PM
  Top
 

 
timmy2004  
Posted: Monday, Mar 28 2005, 21:15
Quote Post


Gangsta
Group Icon
Group: Members
Joined: Aug 5, 2004

au.gif

XXXXX



Thanks, I've got number 2 somewhere...

If I do find it, I'll post it I swear!

And no, that other guy isn't me, I told him not to have that name because people wiuld think I have a 2nd account, but he can have have whatever name he wants I guess, I cant stop him.


-Sweden pwns you.
PMMSN
  Top
 

 
stevegta  
Posted: Tuesday, Mar 29 2005, 02:17
Quote Post


Player Hater
Group Icon
Group: Members
Joined: Mar 27, 2005

XXXXX



Hey very good tutorial for noobs (like myself).
Although, im having a problem when I press compile and copy. I get this error:

'The number of conditions used doesn't match the IF command parameter.
Use 00D6: IF 3 if all of the conditions must match, or
00D6: IF 23 if just one of the conditions must match'

And the screen goes to:

':Label0F6850
00D6: if 24
8248: NOT model #COLT45 available
83D0: NOT wav 1 loaded
83D0: NOT wav 2 loaded
8248: NOT model #FAKETARGET available
004D: jump_if_false £Label0F6877
0001: wait 0 ms
0002: jump £Label0F6850'

I somewhat understading of what this means, but I don't wanna mess around with the file and screw Vice City up. Does any one know what is wrong or what I'm supposed to do?

Thanks a lot.
PM
  Top
 

 
choofa  
Posted: Friday, Apr 1 2005, 05:55
Quote Post


Dance onn Cocaiin.. LSD.. XTC!!
Group Icon
Group: Members
Joined: May 28, 2004

XXXXX



I am trying to learn this for my skatepark mod so I can make the player start at the food shop and also have bikes next to him.
I do the possion

CODE
0053: $PLAYER_CHAR = create_player #NULL at  -978.636 -764.989  13.0689


I Compile Copy & Run and it comes up as

CODE
The number of conditions used doesn't match the IF command parameter.

Use 00D6: IF 3 if all of the conditions must match, or 00D6: IF 23 if just one of the conditions must match


What is goign on?
Users WebsitePMMSNAOLYahoo
  Top
 

 
Jumper  
Posted: Friday, Apr 1 2005, 06:24
Quote Post


I killed Kenny
Group Icon
Group: Members
Joined: Jun 29, 2004

pl.gif

XXXXX



Very nice tutor, it`s written very easily, definitly for ppl who open main.scm first time (like me) Great job
Users WebsitePMMSNICQ
  Top
 

 
YeTi  
Posted: Saturday, Apr 9 2005, 16:22
Quote Post


S'up Bitches?
Group Icon
Group: Andolini Mafia Family
Joined: Mar 28, 2005

en.gif

Member Award




nice tutorial just got to ask whens part 2 coming out confused.gif

@stevegta:
QUOTE
00D6: if 24

i got the same message just change the 24 to 3 it works perfect then
Users WebsitePMMSNICQ
  Top
 

 
tomoslav  
Posted: Thursday, Dec 15 2005, 18:28
Quote Post


Player Hater
Group Icon
Group: Members
Joined: Sep 2, 2005

XXXXX



Nice work. Thank's for this tut.

This post has been edited by tomoslav on Thursday, Dec 15 2005, 18:33
PMMSN
  Top
 

 
Drakos  
Posted: Friday, Feb 24 2006, 11:18
Quote Post


Square Civilian
Group Icon
Group: Members
Joined: Jul 28, 2005

XXXXX



QUOTE
Hey very good tutorial for noobs (like myself).
Although, im having a problem when I press compile and copy. I get this error:

'The number of conditions used doesn't match the IF command parameter.
Use 00D6: IF 3 if all of the conditions must match, or
00D6: IF 23 if just one of the conditions must match'

And the screen goes to:

':Label0F6850
00D6: if 24
8248: NOT model #COLT45 available
83D0: NOT wav 1 loaded
83D0: NOT wav 2 loaded
8248: NOT model #FAKETARGET available
004D: jump_if_false £Label0F6877
0001: wait 0 ms
0002: jump £Label0F6850'

I somewhat understading of what this means, but I don't wanna mess around with the file and screw Vice City up. Does any one know what is wrong or what I'm supposed to do?


THE ANSWER IS SIMPLE:
Just go to Compiler on the meny bar of Vice Builder and then diselect "If Commands Check"
PM
  Top
 

 
snb  
Posted: Tuesday, Mar 21 2006, 20:54
Quote Post


gta and airsoft monkey
Group Icon
Group: Members
Joined: Mar 5, 2005

uk.gif

XXXXX



seeing as this has received one huuuuuuuuuge bump, i thought i'd take the oppertunity to ask if part two is in circulation anywhere or if the author simply disappeared!
PM
  Top
 

 
Informant X  
Posted: Tuesday, Mar 28 2006, 03:48
Quote Post


Liberty City Informant
Group Icon
Group: Awaiting Authorisation
Joined: Aug 30, 2005

uk.gif

XXXXX



How can I add armor and weapon drops for vcmp? I also want to be able to place money drops and property assets in it. Is this possible?
PM
  Top
 

 
Y_Less  
Posted: Thursday, Mar 30 2006, 19:52
Quote Post


629
Group Icon
Group: Members
Joined: Mar 14, 2004

en.gif

Member Award




Informant X, VCMP uses it's own system AFAIK, look round and search their forum for documentation on it.

Drakos: You are about a year late on your answer and gave a bad one anyway, you just need to change the 24 to 23, not 3 as Yeti said as that will change the behaviour of the mission.

Snb: I've not seen Timmy about in coding circles in years so it's likely disappeaed, try reading some of the other tutorials such as Yetis or mine.
Users WebsitePM
  Top
 

 
atomen  
Posted: Friday, Jul 6 2007, 14:07
Quote Post


Player Hater
Group Icon
Group: Members
Joined: Jul 5, 2007

XXXXX



This tutorial was really great !

i couldn't anything about this , but this really

helped me ! , keep up the good work biggrin.gif

Its just 1 thing , I can't find a program that show my
coordinates =/

So it would be nice if some1 could post a link or something ;P

Can't wait for the V 2 BTW biggrin.gif
PM
  Top
 

 
Justin  
Posted: Saturday, Jul 7 2007, 01:31
Quote Post


have a cigar
Group Icon
Group: Retired Staff
Joined: Jun 30, 2004

au.gif

XXXXX



QUOTE (atomen @ Jul 7 2007, 00:07)
Its just 1 thing , I can't find a program that show my
coordinates =/

So it would be nice if some1 could post a link or something ;P

I use LithJoe's Ultimate Trainer, but I'm sure Dem's Coordinator will work just as well.
PM
  Top
 

 
suppaman2  
Posted: Thursday, Aug 9 2007, 09:35
Quote Post


Linux_Gamer
Group Icon
Group: Members
Joined: Aug 8, 2007

eu.gif

XXXXX



this tutorial was very, very helpful. Might you please post the second part?

thanks suppaman2
PMMSNAOLYahooICQ
  Top
 

 
yodason45  
Posted: Wednesday, Sep 12 2007, 14:13
Quote Post


Player Hater
Group Icon
Group: Members
Joined: Apr 27, 2007

XXXXX



hey guys i would really like to know how to create an asset?

thnx
PM
  Top
 

 

0 User(s) are reading this topic (0 Guests and 0 Anonymous Users)

0 Members:

Pages: (2) 1 [2] 

Topic Options Reply to this topicStart new topicStart Poll
Search topic for posted by (exact match)



 
IMG IMG