Problem +1 rep for help
#2

This:
pawn Код:
maddogspawn[rand][0],maddogspawn[rand][1],maddogspawn[rand][2],maddogspawn[rand][3],maddogspawn[rand][4],maddogspawn[rand][5],maddogspawn[rand][6],maddogspawn[rand][7],maddogspawn[rand][8]
i think it needs to be this:
pawn Код:
maddogspawn[rand][0],maddogspawn[rand][1],maddogspawn[rand][2]);
you only have [9][3], so that means, you cannot go further at [3], and you went to 9, for the [9] you already used rand.

It will be like this i think:
pawn Код:
SetPlayerPos(playerid,maddogspawn[rand][0],maddogspawn[rand][1],maddogspawn[rand][2]);
Reply


Messages In This Thread
Problem +1 rep for help - by KingyKings - 25.07.2012, 09:16
Re: Problem +1 rep for help - by Jstylezzz - 25.07.2012, 09:21
Re: Problem +1 rep for help - by KingyKings - 25.07.2012, 09:33
Re: Problem +1 rep for help - by Jstylezzz - 25.07.2012, 09:34
Re: Problem +1 rep for help - by KingyKings - 25.07.2012, 09:39

Forum Jump:


Users browsing this thread: 4 Guest(s)