06.09.2016, 11:48
Код:
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_[0][random(sizeof(Spw_))], Spw_[1][random(sizeof(Spw_))], Spw_[2][random(sizeof(Spw_))]); return true; }