[Help] error 035: argument type mismatch (argument 3) +rep !
#1

Well, i have this errors in all of this lines, why ?

error 035: argument type mismatch (argument 3)

pawn Code:
new iString[1600];
            strcat(iString, "             {FF0000} Terminaste tu Mision %s !.\n\n\n\n", Name);
            strcat(iString, "- {FFFFFF}Informacion:.\n\n");
            strcat(iString, "- {FFFF00}Carga: {FFFFFF}%s *\n\n", Load);
            strcat(iString, "- {FFFF00}Punto de carga: {FFFFFF}%s\n\n", StartLoc);// NOT WORKING YET
            strcat(iString, "- {FFFF00}Punto de Descarga: {FFFF00}%s \n\n", EndLoc);
            strcat(iString, "- {FFFFFF}Tiempo: %d minutos y %d segundos. \n\n", Minutos[playerid], Segundos[playerid]);
            strcat(iString, "- {FFFFFF}Dinero ganado:%d .\n\n", Payment);
            ShowPlayerDialog(playerid,1243, DIALOG_STYLE_MSGBOX, "{00F6F6} Informacion del trabajo:", iString, "Salir", "");
            PlayerPlaySound(playerid,1139,0.0,0.0,0.0);
What happends ?

I give rep!
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)