13.08.2013, 17:16
testa ae
os valores que devem aparecer aqui:
e letra ou numero? tbm pode ser isso
pawn Код:
#define teste 123
CMD:trabalhar(playerid)
{
new string[256], pt[256], Rotas[MAX_PLAYERS][4];
if(PlayerInfo[playerid][pClass] == TEAM_TRUCK)
{
if(GetVehicleTrailer(GetPlayerVehicleID(playerid)))
{
PlayerInfo[playerid][pTranpo] = GetPlayerVehicleID(playerid);
for(new wp = 0; wp < sizeof (Locais); wp++ )
{
if(IsPlayerInRangeOfPoint(playerid, 750, Locais[wp][X], Locais[wp][Y], Locais[wp][Z]))
{
rot[playerid]++;
Rotas[playerid][rot[playerid]] = Locais[wp][RotaID];
printf("ID: %d Rota: %d",rot[playerid], Rotas[playerid][rot[playerid]]);
format(string, sizeof(string), "ID: %d Rota: %d\n",rot[playerid], Rotas[playerid][rot[playerid]]);
strcat(pt, string, sizeof(pt));
ShowPlayerDialog(playerid, teste, DIALOG_STYLE_MSGBOX, "Rotas", pt, "OK", "");
}
}
PlayerInfo[playerid][Trab] ++;
rot[playerid]= 0;
}
else SendClientMessage(playerid, -1,"[ERRO] Vocк nгo tem carroceria.");
}
return true;
}
pawn Код:
ID: Rota: