16.03.2013, 23:08
Wtf? SetPlayerPos' syntax is SetPlayerPos(playerid, X, Y, Z);
So your code would be,
So your code would be,
Код:
new randomss; randomss = random(sizeof(gPrisonSpawns)); SetPlayerPos(playa, gPrisonSpawns[randomss][0], gPrisonSpawns[randomss][1], gPrisonSpawns[randomss][2]);