09.04.2011, 13:09
the assigning thing variable looks wrong.
"PlayerSkinOfficer = 282 || 286 || 287 || 288 || 283 || 281 || 280 || 282 || 288 || 265 || 266 || 267; "
|| is only used in many statments, like the if statement.
Create an Array:
new PlayerSkinOfficer[] = { 282, 286, 287, 288, 283, 281, 280, 282, 288, 265, 266, 267 }
Edit: im late
"PlayerSkinOfficer = 282 || 286 || 287 || 288 || 283 || 281 || 280 || 282 || 288 || 265 || 266 || 267; "
|| is only used in many statments, like the if statement.
Create an Array:
new PlayerSkinOfficer[] = { 282, 286, 287, 288, 283, 281, 280, 282, 288, 265, 266, 267 }
Edit: im late