weird problem after using random function with array
#2

You're using rand for some of your unload variables while you should be using rands. Let me point out some lines for you:

pawn Код:
format(sunload,sizeof(sunload),"unloads[rand][name] = %s",unloads[rand][name]);
pawn Код:
strset(Mission_unload[playerid][name], unloads[rand][name]);
Reply


Messages In This Thread
weird problem after using random function with array (solved) - by doreto - 03.04.2013, 14:03
Re: weird problem after using random function with array - by SuperViper - 03.04.2013, 14:24
Re: weird problem after using random function with array - by doreto - 03.04.2013, 14:40

Forum Jump:


Users browsing this thread: 1 Guest(s)