|
|
#1 |
|
Banned
![]() Join Date: Apr 2009
Location: England
Posts: 4,011
Reputation: 701
|
I have two functions being called and the one below isn't actually called, so I set up some prints in the first one and found where it stops:
stops here and carries out the correct if statement if(condition) /*variable and array assignations*/ else if(condition) /*variable and array assignations*/ else if(condition) /*variable and array assignations*/ else if(condition) /*variable and array assignations*/ else if(condition) /*variable and array assignations*/ not reaching here The correct 'if' statement is executed and the arrays and variables are assigned but after those statements the next print doesn't show up. This is something I haven't come across before so I just need to find out what it does, I was thinking It wasn't working because return was on the 'if's but it's not. Thanks for any help
|
|
|
|
|
#2 |
|
High-roller
![]() ![]() ![]() ![]() ![]() Join Date: Jun 2009
Location: The Polish guy in The Netherlands
Posts: 2,313
Reputation: 286
|
post yyour code..
|
|
|
|
|
#3 | ||
|
High-roller
![]() ![]() ![]() ![]() ![]() Join Date: Jan 2010
Posts: 1,794
Reputation: 1
|
Quote:
Quote:
|
||
|
|
|
|
#4 | |||
|
High-roller
![]() ![]() ![]() ![]() ![]() Join Date: Jun 2009
Location: The Polish guy in The Netherlands
Posts: 2,313
Reputation: 286
|
Quote:
pawn Code:
|
|||
|
|
|
|
#5 |
|
Banned
![]() Join Date: Apr 2009
Location: England
Posts: 4,011
Reputation: 701
|
Ok, I found it's not the if statements now, it's a vehicle loop that isn't working,
I know what I'm doing wrong just got to alter the size of the array: pawn Code:
Thanks for the quick replies though
|
|
|
|
|
#6 | |
|
High-roller
![]() ![]() ![]() ![]() ![]() Join Date: Jun 2009
Location: The Polish guy in The Netherlands
Posts: 2,313
Reputation: 286
|
Quote:
|
|
|
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Custom function isn't working | biltong | Help Archive | 7 | 08/04/2010 06:05 PM |
| function not working as desired >_< | aNdReSkKkK | Help Archive | 1 | 21/01/2010 02:29 PM |
| [SERIOUS PROBLEM] Function not Working!!!![NEED SERIOUS HELP!] | Tigerbeast11 | Help Archive | 16 | 13/10/2009 06:13 PM |
| Is It A Function? | sidhu123 | Everything and Nothing | 2 | 20/09/2009 12:16 PM |
| Function not working | XeoN_13 | Help Archive | 3 | 05/09/2009 08:03 AM |