30.06.2014, 12:19
daca gamemod-ul tau este GF edit sigur este vorba de cum zic eu, ca sa rezolvi problema trebuie sa implementezi sistemul in GM si
sa pui la functia SetPlayerSpawn sub spawnareade la tutorial, puscarie si ce mai e pe acolo ..... daca nu te descurci arata-mi functia si ca sa ti-o aranjez sa vezi cum trebuie.
Код:
new HouseID; APlayerData[playerid][CurrentHouse] = 0; if (SpawnAtHouse == true) { HouseID = APlayerData[playerid][Houses][0]; if (HouseID != 0) { SetPlayerPos(playerid, AHouseData[HouseID][HouseX], AHouseData[HouseID][HouseY], AHouseData[HouseID][HouseZ]); } }