function not working after another function
#4

Quote:
Originally Posted by Joe Torran C
Quote:
Originally Posted by gamer_Z
post yyour code..
Quote:
Originally Posted by [ĦŁ₣
ЉǾǖŦĦЗŁΛẄ ]

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
well that's an example of how it could be...
pawn Код:
if(a == 1)return 1; /*variable and array assignations*/
else if(a == 2)return 2; /*variable and array assignations*/
else if(a == 3)return 3; /*variable and array assignations*/
else if(a == 4)return 4; /*variable and array assignations*/
else if(a == 5)return 5; /*variable and array assignations*/
//everithing here will not be executed if(a > 0 && a < 6)
Reply


Messages In This Thread
function not working after another function - by [HLF]Southclaw - 03.05.2010, 15:31
Re: function not working after another function - by Gamer_Z - 03.05.2010, 15:50
Re: function not working after another function - by Torran - 03.05.2010, 15:59
Re: function not working after another function - by Gamer_Z - 03.05.2010, 16:07
Re: function not working after another function - by [HLF]Southclaw - 03.05.2010, 16:10
Re: function not working after another function - by Gamer_Z - 03.05.2010, 17:45

Forum Jump:


Users browsing this thread: 1 Guest(s)