27.11.2014, 19:17
You lack one parameter.
SetSpawnInfo holds 13 parameters while you supply only 12.
Just add another ", 0" at the end and you'll be fine.
Or better yet, add ", 0.0" after your coordinates, because you forgot the Angle parameter, which comes after the coordinates.
SetSpawnInfo holds 13 parameters while you supply only 12.
Just add another ", 0" at the end and you'll be fine.
Or better yet, add ", 0.0" after your coordinates, because you forgot the Angle parameter, which comes after the coordinates.