03.04.2013, 14:24
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]);