Never came across this.
#1

Hey there. I'm just wondering, how does this work?

pawn Код:
new Float:DMVPositions[10][4] =
{
    {1.1, 1.2, 1.3},
    {1.1, 1.2, 1.3}
};
instead of having

pawn Код:
SetPlayerCheckpoint(playerid, 1.1, 1.2, 1.3);

//it will have

SetPlayerCheckpoint(playerid, DMVPositions[1][1], DMVPositions[1][2], DMVPositions[1][3]);
Lol. Thanks!
Reply


Messages In This Thread
Never came across this. - by iGetty - 02.11.2013, 17:26
Re: Never came across this. - by Konstantinos - 02.11.2013, 17:31
Re: Never came across this. - by iGetty - 02.11.2013, 17:33

Forum Jump:


Users browsing this thread: 1 Guest(s)