Is This possible
#10

Function name and variable name shouldn't be the same.

pawn Код:
public go(playerid)
{
Robbery(playerid);
}
change to:
pawn Код:
public GoTimer(playerid)
{
Robbery(playerid);
}
Reply


Messages In This Thread
Is This possible - by [top_Shoter] - 21.07.2009, 03:35
Re: Is This possible - by Correlli - 21.07.2009, 03:38
Re: Is This possible - by [top_Shoter] - 21.07.2009, 03:55
Re: Is This possible - by Correlli - 21.07.2009, 03:57
Re: Is This possible - by [top_Shoter] - 21.07.2009, 03:58
Re: Is This possible - by Correlli - 21.07.2009, 04:02
Re: Is This possible - by [top_Shoter] - 21.07.2009, 04:04
Re: Is This possible - by Correlli - 21.07.2009, 04:04
Re: Is This possible - by [top_Shoter] - 21.07.2009, 04:10
Re: Is This possible - by Correlli - 21.07.2009, 04:15

Forum Jump:


Users browsing this thread: 2 Guest(s)