This is my array that contains the handle:

Code:
var player_handle[9] = { 0, 0, 0, 0, 0, 0, 0, 0, 0 }; // stores the handle to the player



So have I defined it wrong for send_var_id?

Sry I am kind of newb at this.