View Single Post
iceeedr
Veteran Member
Join Date: Apr 2017
Location: Brazil
Old 01-05-2019 , 19:20   Re: error 032: array index out of bounds (variable "color3")
Reply With Quote #6

Code:
new color3[0][] = {255, 255, 255}
to

Code:
new color3[3] = {255, 255, 255}
Then on code use color3[0], color3[1], color3[2]

Or if you're out of patience, change color3 [] [] by, 255, 255, 255 manually.
__________________


Quote:
Originally Posted by fysiks View Post
Please stop trying to help. You appear to just be posting random stuff. Wait until you actually understand more about AMX Mod X and how the game works.
https://iceeedr.com.br/

Last edited by iceeedr; 01-05-2019 at 19:25.
iceeedr is offline
Send a message via Skype™ to iceeedr