06.09.2016, 12:09
Se este code nгo funfar, tente este, pois eu nгo posso testб-lo:
Код:
stock SpawnEx(playerid) { new Float:Spw_[][] = { {0.0, 0.0, 0.0}, {0.0, 0.0, 0.0}, {0.0, 0.0, 0.0} }; SetPlayerPos(playerid, Spw_[random(sizeof(Spw_))][0], Spw_[random(sizeof(Spw_))][1], Spw_[random(sizeof(Spw_))][2]); return true; }