[Ajuda] Ajuda string em Var
#6

Use isso:
Код:
new Float:teste[3][3] = {
{1.0, 2.0, 3.0}, //teste[0]
{1.0, 2.0, 3.0}, //teste[1]
{1.0, 2.0, 3.0}, //teste[2]
};

for(new i; i < 3; i++)
{
    SetPlayerPos(playerid, teste[i][0], teste[i][1], teste[i][2]);
}
Reply


Messages In This Thread
Ajuda string em Var - by affasdas - 08.01.2017, 20:51
Respuesta: Ajuda string em Var - by SammyJ - 08.01.2017, 21:43
Re: Respuesta: Ajuda string em Var - by affasdas - 08.01.2017, 21:49
nгo to entendo, merda nenhuma q vc quer! - by RazorGuigo - 08.01.2017, 23:08
Re: Ajuda string em Var - by iLordGG - 08.01.2017, 23:11
Re: Ajuda string em Var - by RodrigoMSR - 09.01.2017, 00:16
Re: Ajuda string em Var - by affasdas - 09.01.2017, 18:11

Forum Jump:


Users browsing this thread: 1 Guest(s)