21.08.2012, 18:54
(
Последний раз редактировалось andrew2695; 22.08.2012 в 15:47.
)
Fixed
Info[playerid][Plate] = strval(inputtext);
format(Info[playerid][Plate], 64, "%s", strval(inputtext));
if(dialogid == VPLATE)
{
if(response)
{
format(Info[playerid][Plate], 14, "%s", inputtext); //I doubt your number plate is going to be 64 cells long... strval will only return numbers, as it is for values.
SendClientMessageFormatted(playerid, COLOR_GREEN,"Your vehicle Plate has been set to %s.", inputtext);
}
}
enum PlayerInfo {
Plate,
Kills
};
Plate,
Plate[15]