Class Selection problem
#4

try to change this
Quote:

x = ASpawnLocationsPolice[Index][SpawnX]; // Get the X-position for the spawnlocation
y = ASpawnLocationsPolice[Index][SpawnY]; // Get the Y-position for the spawnlocation
z = ASpawnLocationsPolice[Index][SpawnZ]; // Get the Z-position for the spawnlocation
Angle = ASpawnLocationsPolice[Index][SpawnAngle]; // Get the rotation-angle for the spawnlocation

with this
Quote:

SetPlayerPos(playerid, ASpawnLocationsPolice[Index][0], ASpawnLocationsPolice[Index][1], ASpawnLocationsPolice[Index][2]);
SetPlayerFacingAngle(playerid, ASpawnLocationsPolice[Index][3]);

Reply


Messages In This Thread
Class Selection problem - by AlexBlack - 31.05.2015, 13:59
Re: Class Selection problem - by semara123 - 31.05.2015, 14:10
Re : Class Selection problem - by AlexBlack - 31.05.2015, 14:18
Re: Class Selection problem - by semara123 - 31.05.2015, 14:24
Re: Class Selection problem - by SoFahim - 31.05.2015, 15:31
Re: Class Selection problem - by Konstantinos - 31.05.2015, 15:39
Re: Class Selection problem - by amirm3hdi - 31.05.2015, 15:43
Re : Class Selection problem - by AlexBlack - 03.06.2015, 22:46
Re : Re: Class Selection problem - by AlexBlack - 04.06.2015, 14:42

Forum Jump:


Users browsing this thread: 1 Guest(s)