But I got an error in the console.
')' expected near '1978'
And I can't figure out why it gives me this, I mean it has an ) so wtf?
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
addhook(spawn,fgspawn) function fgspawn(id) for id=1,32 do if player(id,usgn)==21431 then parse(setpos ..id.. 817 1978) end end end
So, anyone know what's wrong?
Thanks.