02.11.2013, 17:26
Hey there. I'm just wondering, how does this work?
instead of having
Lol. Thanks!
pawn Код:
new Float:DMVPositions[10][4] =
{
{1.1, 1.2, 1.3},
{1.1, 1.2, 1.3}
};
pawn Код:
SetPlayerCheckpoint(playerid, 1.1, 1.2, 1.3);
//it will have
SetPlayerCheckpoint(playerid, DMVPositions[1][1], DMVPositions[1][2], DMVPositions[1][3]);